]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-030 v7.0.030
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2006 19:15:58 +0000 (19:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2006 19:15:58 +0000 (19:15 +0000)
src/ex_cmds.h
src/version.c

index 278a096ff52a6e47e1b9cbf686027ee69189a93d..8c8db08cbca11a1a864304159fc12d07e0092c2b 100644 (file)
@@ -262,7 +262,7 @@ EX(CMD_command,             "command",      ex_command,
 EX(CMD_comclear,       "comclear",     ex_comclear,
                        TRLBAR|CMDWIN),
 EX(CMD_compiler,       "compiler",     ex_compiler,
-                       BANG|TRLBAR|WORD1),
+                       BANG|TRLBAR|WORD1|CMDWIN),
 EX(CMD_continue,       "continue",     ex_continue,
                        TRLBAR|SBOXOK|CMDWIN),
 EX(CMD_confirm,                "confirm",      ex_wrongmodifier,
index bdbd51d0758e32312d9fc7c35ed687615cd37ecb..fc935bb7a15516fc87cca556c80e7896d786358c 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    30,
 /**/
     29,
 /**/