aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-11-28 18:29:15 +0100
committerGitHub <noreply@github.com>2022-11-28 18:29:15 +0100
commit77a0f4a542ad9354c647b6bafc1bbd5579212a9e (patch)
tree4d0a043563bbe22b276022142a79ea7653bc6d21
parentccd17543f32a892814c3d32eb5e979722b843da9 (diff)
downloadrneovim-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.txt5
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*