diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-28 18:29:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 18:29:15 +0100 |
commit | 77a0f4a542ad9354c647b6bafc1bbd5579212a9e (patch) | |
tree | 4d0a043563bbe22b276022142a79ea7653bc6d21 | |
parent | ccd17543f32a892814c3d32eb5e979722b843da9 (diff) | |
download | rneovim-77a0f4a542ad9354c647b6bafc1bbd5579212a9e.tar.gz rneovim-77a0f4a542ad9354c647b6bafc1bbd5579212a9e.tar.bz2 rneovim-77a0f4a542ad9354c647b6bafc1bbd5579212a9e.zip |
docs(lua): correct the tags for vim.opt_local and vim.opt_global (#21138)
-rw-r--r-- | runtime/doc/lua.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index b506226697..005b6409d6 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -1159,9 +1159,8 @@ vim.wo[{winid}] * - *lua-vim-opt* - *lua-vim-optlocal* - *lua-vim-optglobal* + *vim.opt_local* + *vim.opt_global* *vim.opt* |