commit | c4def13f8bc6631add3b10bb84783acca72795ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 23 22:39:27 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 23 22:39:27 2005 +0000 |
tree | 8c4127fa2661da76b6a92e108ce25a409526eff3 | |
parent | 3b506942eba43ce3069db93464b4ba255718adb7 [diff] |
updated for version 7.0091
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 9289d38..4acf187 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h
@@ -761,6 +761,8 @@ NEEDARG|EXTRA|TRLBAR), EX(CMD_spellwrong, "spellwrong", ex_spell, NEEDARG|EXTRA|TRLBAR), +EX(CMD_spelldump, "spelldump", ex_spelldump, + TRLBAR), EX(CMD_sprevious, "sprevious", ex_previous, EXTRA|RANGE|NOTADR|COUNT|BANG|EDITCMD|ARGOPT|TRLBAR), EX(CMD_srewind, "srewind", ex_rewind,