diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-02 23:21:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-02 23:21:11 +0000 |
commit | 51ac12f68322b411ae5b038834a649a0e9ccb462 (patch) | |
tree | 3b473d7debaae9e0dbaf147b2fc1bcb4e28ee887 /src/ex_cmds.h | |
parent | 0d9c26dd8333aae4b20015f13fe2e8e1f07037bd (diff) | |
download | vim-git-51ac12f68322b411ae5b038834a649a0e9ccb462.tar.gz |
updated for version 7.0100v7.0100
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 48ef24b05..dab4c4a1d 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -760,9 +760,9 @@ EX(CMD_sort, "sort", ex_sort, EX(CMD_split, "split", ex_splitview, BANG|FILE1|RANGE|NOTADR|EDITCMD|ARGOPT|TRLBAR), EX(CMD_spellgood, "spellgood", ex_spell, - NEEDARG|EXTRA|TRLBAR), + BANG|RANGE|NOTADR|NEEDARG|EXTRA|TRLBAR), EX(CMD_spellwrong, "spellwrong", ex_spell, - NEEDARG|EXTRA|TRLBAR), + BANG|RANGE|NOTADR|NEEDARG|EXTRA|TRLBAR), EX(CMD_spelldump, "spelldump", ex_spelldump, TRLBAR), EX(CMD_spellrepall, "spellrepall", ex_spellrepall, |