* docs: drop "lua-" prefix from most treesitter tags
* docs: move mouse section from tui.txt to gui.txt
* docs: misc
This commit is contained in:
Justin M. Keyes
2025-01-03 08:29:36 -08:00
committed by GitHub
parent 21718c67dd
commit b52531a9cb
6 changed files with 198 additions and 200 deletions

View File

@@ -229,10 +229,8 @@ end
--- global value of a |global-local| option, see |:setglobal|.
--- </pre>
--- Get or set |options|. Like `:set`. Invalid key is an error.
---
--- Note: this works on both buffer-scoped and window-scoped options using the
--- current buffer and window.
--- Get or set |options|. Works like `:set`, so buffer/window-scoped options target the current
--- buffer/window. Invalid key is an error.
---
--- Example:
---