mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare
Problem: There is :spellwrong and :spellgood but not :spellrare. Solution: Add :spellrare. (Martin Tournoij, closes #4291)
This commit is contained in:
@@ -1378,6 +1378,9 @@ EXCMD(CMD_split, "split", ex_splitview,
|
||||
EXCMD(CMD_spellgood, "spellgood", ex_spell,
|
||||
EX_BANG|EX_RANGE|EX_NEEDARG|EX_EXTRA|EX_TRLBAR,
|
||||
ADDR_OTHER),
|
||||
EXCMD(CMD_spellrare, "spellrare", ex_spell,
|
||||
EX_BANG|EX_RANGE|EX_NEEDARG|EX_EXTRA|EX_TRLBAR,
|
||||
ADDR_OTHER),
|
||||
EXCMD(CMD_spelldump, "spelldump", ex_spelldump,
|
||||
EX_BANG|EX_TRLBAR,
|
||||
ADDR_NONE),
|
||||
|
Reference in New Issue
Block a user