summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index d2785c46c..0c60bc0ac 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -4665,7 +4665,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
--n_skip;
/* Only advance the "vcol" when after the 'number' column. */
- if (draw_state >= WL_SBR
+ if (draw_state > WL_NR
#ifdef FEAT_DIFF
&& filler_todo <= 0
#endif