summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-03-08 10:01:03 +0000
committerBram Moolenaar <Bram@vim.org>2007-03-08 10:01:03 +0000
commit6cbce9d0dbee50dccf8173d0a94bebdd051c9330 (patch)
tree3fd0f4a070df54b0884944481012d019668e37f1 /src/ex_cmds.h
parent454ec05a47bf1ddd66f59540535cf10ece45c4f2 (diff)
updated for version 7.0-210v7.0.210
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 8c8db08cbc..d06e031819 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -198,7 +198,7 @@ EX(CMD_call, "call", ex_call,
EX(CMD_catch, "catch", ex_catch,
EXTRA|SBOXOK|CMDWIN),
EX(CMD_cbuffer, "cbuffer", ex_cbuffer,
- RANGE|NOTADR|WORD1|TRLBAR),
+ BANG|RANGE|NOTADR|WORD1|TRLBAR),
EX(CMD_cc, "cc", ex_cc,
RANGE|NOTADR|COUNT|TRLBAR|BANG),
EX(CMD_cclose, "cclose", ex_cclose,
@@ -498,7 +498,7 @@ EX(CMD_laddfile, "laddfile", ex_cfile,
EX(CMD_later, "later", ex_later,
TRLBAR|EXTRA|NOSPC|CMDWIN),
EX(CMD_lbuffer, "lbuffer", ex_cbuffer,
- RANGE|NOTADR|WORD1|TRLBAR),
+ BANG|RANGE|NOTADR|WORD1|TRLBAR),
EX(CMD_lcd, "lcd", ex_cd,
BANG|FILE1|TRLBAR|CMDWIN),
EX(CMD_lchdir, "lchdir", ex_cd,