]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-154 v7.1.154
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Nov 2007 20:24:19 +0000 (20:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Nov 2007 20:24:19 +0000 (20:24 +0000)
src/screen.c
src/version.c

index 5b361e9bcc02557d8581968048e09dafd26bbee1..f85bd082543f0e0b3cdb183a8774a8f2d088be15 100644 (file)
@@ -4315,7 +4315,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
            long prevcol = (long)(ptr - line) - (c == NUL);
 
            /* we're not really at that column when skipping some text */
-           if ((wp->w_p_wrap ? wp->w_skipcol : wp->w_leftcol) > prevcol)
+           if ((long)(wp->w_p_wrap ? wp->w_skipcol : wp->w_leftcol) > prevcol)
                ++prevcol;
 #endif
 
index 156558ee41f299420dd8d24bf1575fbe3cf87dc6..fde9d207fdd2e845b72d746696dab2095b09e1bb 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    154,
 /**/
     153,
 /**/