diff options
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r-- | src/nvim/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c index 1ae2822a93..700612900a 100644 --- a/src/nvim/screen.c +++ b/src/nvim/screen.c @@ -3469,7 +3469,7 @@ win_line ( && !(noinvcur && lnum == wp->w_cursor.lnum && (colnr_T)vcol == wp->w_virtcol))) - && lcs_eol_one >= 0) { + && lcs_eol_one > 0) { /* Display a '$' after the line or highlight an extra * character if the line break is included. */ /* For a diff line the highlighting continues after the |