]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-218 v7.0.218
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Mar 2007 21:54:01 +0000 (21:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Mar 2007 21:54:01 +0000 (21:54 +0000)
src/buffer.c
src/version.c

index 4049f711b67f0b682c0ba6abd18c0eb3a9186a0a..020e7e5d82793b001e857ed48f26f091d64f3a50 100644 (file)
@@ -3710,7 +3710,7 @@ build_stl_str_hl(wp, out, outlen, fmt, use_sandbox, fillchar, maxwidth, hltab, t
        case STL_BYTEVAL_X:
            base = 'X';
        case STL_BYTEVAL:
-           if (((State & INSERT) && wp == curwin) || empty_line)
+           if (wp->w_cursor.col > STRLEN(linecont))
                num = 0;
            else
            {
index b248fc350d9d298775a26aa86d2708e3a05bf1bd..84450a85ca8141102d9101c3e3e0a9f457638ee8 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    218,
 /**/
     217,
 /**/