mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-20 03:08:54 +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))
|
||||
(truncatep (< truncate-at 0))
|
||||
(actual-text-line (cond
|
||||
((= text-length 0)
|
||||
"")
|
||||
((>= text-starting-column text-length)
|
||||
content-available-on-the-left-mark)
|
||||
(truncatep
|
||||
|
Loading…
Reference in New Issue
Block a user