]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.100 v7.3.100
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Jan 2011 18:50:06 +0000 (19:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Jan 2011 18:50:06 +0000 (19:50 +0100)
Problem:    When using :normal v:count isn't set.
Solution:   Call normal_cmd() with toplevel set to TRUE.

src/ex_docmd.c
src/version.c

index 3265860f408d77d6679e5c7c6dd207262a9a5293..733d62ee784d725901a849fc147fb57b525af54c 100644 (file)
@@ -9310,7 +9310,7 @@ exec_normal_cmd(cmd, remap, silent)
                                                                  && !got_int)
     {
        update_topline_cursor();
-       normal_cmd(&oa, FALSE); /* execute a Normal mode cmd */
+       normal_cmd(&oa, TRUE);  /* execute a Normal mode cmd */
     }
 }
 #endif
index 4e5e1a9350c2b2ef098e5ed6276e7a73214c387f..7e17f43e030f839aab148f2669729814d89bf713 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    100,
 /**/
     99,
 /**/