mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user