updated for version 7.2-147
diff --git a/src/screen.c b/src/screen.c
index d2785c4..0c60bc0 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -4665,7 +4665,7 @@
 	    --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
diff --git a/src/version.c b/src/version.c
index 415329a..e376822 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    147,
+/**/
     146,
 /**/
     145,