]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-140 v7.2.140
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Mar 2009 16:47:21 +0000 (16:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Mar 2009 16:47:21 +0000 (16:47 +0000)
src/screen.c
src/version.c

index 6d408eb925acbb487bb6eb4e71a20ba6065f5272..79cd689d0dbc995b11ec31478761196a355df307 100644 (file)
@@ -3555,7 +3555,8 @@ win_line(wp, lnum, startrow, endrow, nochange)
                /* Use line_attr when not in the Visual or 'incsearch' area
                 * (area_attr may be 0 when "noinvcur" is set). */
            else if (line_attr != 0 && ((fromcol == -10 && tocol == MAXCOL)
-                                       || (vcol < fromcol || vcol >= tocol)))
+                               || vcol < fromcol || vcol_prev < fromcol_prev
+                               || vcol >= tocol))
                char_attr = line_attr;
 #endif
            else
index 541fac6702242c27bf65932ee63538416c444611..2add8486cfe8d2ed5f35ccf4ce070a77f2b0c2b4 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    140,
 /**/
     139,
 /**/