mirror of
https://github.com/neovim/neovim.git
synced 2026-02-17 17:08:31 +00:00
fix vim.opt:remove doc (#14664)
This commit is contained in:
committed by
GitHub
parent
cabf8ab26b
commit
3cd688ff77
@@ -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')`
|
||||
|
||||
Reference in New Issue
Block a user