summaryrefslogtreecommitdiff
path: root/src/ex_cmds.h
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 /src/ex_cmds.h
parent4015b2c0cbdb6811cbcdf637e90c633e133b373c (diff)
downloadvim-git-400fe8804c003a27738e8bacca20ed64b7872b92.tar.gz
updated for version 7.0-030v7.0.030
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 278a096ff..8c8db08cb 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,