diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-01 22:12:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-01 22:12:31 +0000 |
commit | 261bfeab3ed2293019f6ea4b89c49d85ef116745 (patch) | |
tree | dd8a610d7ff2b905b90e92aaacc2c9d670696c8b /src/ex_cmds.h | |
parent | fd2ac767ebb66adcb7ca85955f5fd40704475595 (diff) | |
download | vim-git-261bfeab3ed2293019f6ea4b89c49d85ef116745.tar.gz |
updated for version 7.0211v7.0211
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 9dcf0d55f..74aaf4efa 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, |