summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-06-22 19:15:58 +0000
committerBram Moolenaar <Bram@vim.org>2006-06-22 19:15:58 +0000
commit400fe8804c003a27738e8bacca20ed64b7872b92 (patch)
treeb80c03ca9ee510b266fe556772990768046d754e
parent4015b2c0cbdb6811cbcdf637e90c633e133b373c (diff)
updated for version 7.0-030v7.0.030
-rw-r--r--src/ex_cmds.h2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 278a096ff5..8c8db08cbc 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -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,
diff --git a/src/version.c b/src/version.c
index bdbd51d075..fc935bb7a1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 30,
+/**/
29,
/**/
28,