]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-105 v7.0.105
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2006 09:27:26 +0000 (09:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2006 09:27:26 +0000 (09:27 +0000)
src/ex_getln.c
src/version.c

index 35b131d851202dc0280f621a638ac4204c1495b2..4244a12eaa72b07f289787f022178847f5e9a934 100644 (file)
@@ -1756,6 +1756,11 @@ cmdline_changed:
                end_pos = curwin->w_cursor; /* shutup gcc 4 */
 
            validate_cursor();
+# ifdef FEAT_WINDOWS
+           /* May redraw the status line to show the cursor position. */
+           if (p_ru && curwin->w_status_height > 0)
+               curwin->w_redr_status = TRUE;
+# endif
 
            save_cmdline(&save_ccline);
            update_screen(SOME_VALID);
index 2767ec86f56bc60947fe6806f5aad44af38db3a5..99b2b53c137f6797ecf62bff213e5209d1f61e41 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    105,
 /**/
     104,
 /**/