diff options
Diffstat (limited to 'runtime/doc/lua.txt')
-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 8a14f80856..bdd2e6ff8e 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -1092,7 +1092,7 @@ vim.env *vim.env* *lua-vim-optlocal* *lua-vim-setlocal* -In Vimscript, there is an way to set options |set-option|. In Lua, the +In Vimscript, there is a way to set options |set-option|. In Lua, the corresponding method is `vim.opt`. `vim.opt` provides several conveniences for setting and controlling options |