1
0
forked from aniani/vim

updated for version 7.0091

This commit is contained in:
Bram Moolenaar
2005-06-23 22:39:27 +00:00
parent 3b506942eb
commit c4def13f8b
2 changed files with 9 additions and 21 deletions

View File

@@ -761,6 +761,8 @@ EX(CMD_spellgood, "spellgood", ex_spell,
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,