summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-06-22 19:15:58 +0000
committervimboss <devnull@localhost>2006-06-22 19:15:58 +0000
commit78cbaa391f9f33ccf2d4ff9523965cf1ec91db54 (patch)
treeb80c03ca9ee510b266fe556772990768046d754e
parent21fea845c7b09724a6d5e8ec59f404cc6474f5c9 (diff)
downloadvim-78cbaa391f9f33ccf2d4ff9523965cf1ec91db54.tar.gz
updated for version 7.0-030v7.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 278a096f..8c8db08c 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 bdbd51d0..fc935bb7 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,