diff options
-rw-r--r-- | runtime/doc/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index f8d7a4e7c5..c3893d05c0 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -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')` |