]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-147 v7.2.147
authorBram Moolenaar <Bram@vim.org>
Wed, 18 Mar 2009 15:28:08 +0000 (15:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 18 Mar 2009 15:28:08 +0000 (15:28 +0000)
src/screen.c
src/version.c

index d2785c46c07977971e57b003450b91103c27817d..0c60bc0accfdb806728bd9605e848844a1b71e5d 100644 (file)
@@ -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
index 415329a1ada36a98a68c0dbf9812d353a92567c8..e37682237291b738959ecb3754e19d8a0ad607cf 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    147,
 /**/
     146,
 /**/