mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix vim.opt:remove doc (#14664)
This commit is contained in:
parent
cabf8ab26b
commit
3cd688ff77
@ -1053,7 +1053,7 @@ Option:prepend(value)
|
|||||||
*vim.opt:remove()*
|
*vim.opt:remove()*
|
||||||
Option:remove(value)
|
Option:remove(value)
|
||||||
|
|
||||||
Remove a value to string-style options. See |:set-=|
|
Remove a value from string-style options. See |:set-=|
|
||||||
|
|
||||||
These are equivalent:
|
These are equivalent:
|
||||||
`vim.opt.wildignore:remove('*.pyc')`
|
`vim.opt.wildignore:remove('*.pyc')`
|
||||||
|
Loading…
Reference in New Issue
Block a user