vim-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 vim/vim#4291)
08cc374dab
This commit is contained in:
Jan Edmund Lazo
2021-06-11 21:13:02 -04:00
parent d3bdde0bad
commit 61117d89a3
8 changed files with 226 additions and 170 deletions

View File

@@ -2549,6 +2549,12 @@ module.cmds = {
addr_type='ADDR_OTHER',
func='ex_spell',
},
{
command='spellrare',
flags=bit.bor(BANG, RANGE, NEEDARG, EXTRA, TRLBAR),
addr_type='ADDR_OTHER',
func='ex_spell',
},
{
command='spelldump',
flags=bit.bor(BANG, TRLBAR),