mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-01 04:26:47 +01:00
- do not show marks for empty lines.
This commit is contained in:
parent
f6d87b15ec
commit
5fbb86419c
@ -157,6 +157,8 @@
|
|||||||
text-starting-column))
|
text-starting-column))
|
||||||
(truncatep (< truncate-at 0))
|
(truncatep (< truncate-at 0))
|
||||||
(actual-text-line (cond
|
(actual-text-line (cond
|
||||||
|
((= text-length 0)
|
||||||
|
"")
|
||||||
((>= text-starting-column text-length)
|
((>= text-starting-column text-length)
|
||||||
content-available-on-the-left-mark)
|
content-available-on-the-left-mark)
|
||||||
(truncatep
|
(truncatep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user