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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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')`