summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-01 22:12:31 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-01 22:12:31 +0000
commit261bfeab3ed2293019f6ea4b89c49d85ef116745 (patch)
treedd8a610d7ff2b905b90e92aaacc2c9d670696c8b /src/ex_cmds.h
parentfd2ac767ebb66adcb7ca85955f5fd40704475595 (diff)
updated for version 7.0211v7.0211
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 9dcf0d55f6..74aaf4efa5 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -582,7 +582,7 @@ EX(CMD_mapclear, "mapclear", ex_mapclear,
EX(CMD_marks, "marks", do_marks,
EXTRA|TRLBAR|CMDWIN),
EX(CMD_match, "match", ex_match,
- EXTRA|CMDWIN),
+ RANGE|NOTADR|EXTRA|CMDWIN),
EX(CMD_menu, "menu", ex_menu,
RANGE|NOTADR|ZEROR|BANG|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
EX(CMD_menutranslate, "menutranslate", ex_menutranslate,