]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-019 v7.1.019
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Jul 2007 07:54:17 +0000 (07:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Jul 2007 07:54:17 +0000 (07:54 +0000)
src/ex_docmd.c
src/version.c

index 0967a7e7428d92e98a82e0d596a6a9677a08465c..005e02a2297d98c248900bc1035b5f28b044f09c 100644 (file)
@@ -2118,7 +2118,8 @@ do_one_cmd(cmdlinep, sourcing,
 #ifdef FEAT_USR_CMDS
            !USER_CMDIDX(ea.cmdidx) &&
 #endif
-           cmdnames[ea.cmdidx].cmd_func == ex_ni);
+           (cmdnames[ea.cmdidx].cmd_func == ex_ni
+            || cmdnames[ea.cmdidx].cmd_func == ex_script_ni));
 
 #ifndef FEAT_EVAL
     /*
index 42750d32388cf95e17c4180e82ce1ab0eb05a36c..0590d3162c47a5d18b0953de0376f95a59c20705 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    19,
 /**/
     18,
 /**/