mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs: misc #31822
* 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:
@@ -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:
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user