fix vim.opt:remove doc (#14664)

This commit is contained in:
Amirreza Askarpour
2021-05-30 08:39:30 +04:30
committed by GitHub
parent cabf8ab26b
commit 3cd688ff77

View File

@@ -1053,7 +1053,7 @@ Option:prepend(value)
*vim.opt:remove()*
Option:remove(value)
Remove a value to string-style options. See |:set-=|
Remove a value from string-style options. See |:set-=|
These are equivalent:
`vim.opt.wildignore:remove('*.pyc')`