diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-04 21:58:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-04 21:58:33 +0000 |
commit | 768b8c4dbcb3cdaccab87daa833ab176a438cc3c (patch) | |
tree | dff89f08ea640299035440d349f7e806c105eb64 /src/ex_cmds.h | |
parent | 87b5ca5172eb9e61f72f54f598d6d2ad646a8a76 (diff) | |
download | vim-git-768b8c4dbcb3cdaccab87daa833ab176a438cc3c.tar.gz |
updated for version 7.0214v7.0214
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 74aaf4efa..f66a9740d 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -837,6 +837,8 @@ EX(CMD_spelldump, "spelldump", ex_spelldump, BANG|TRLBAR), EX(CMD_spellrepall, "spellrepall", ex_spellrepall, TRLBAR), +EX(CMD_spellundo, "spellundo", ex_spell, + BANG|RANGE|NOTADR|NEEDARG|EXTRA|TRLBAR), EX(CMD_sprevious, "sprevious", ex_previous, EXTRA|RANGE|NOTADR|COUNT|BANG|EDITCMD|ARGOPT|TRLBAR), EX(CMD_srewind, "srewind", ex_rewind, |