summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/shared.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-12-08 01:39:41 -0500
committerJustin M. Keyes <justinkz@gmail.com>2025-12-15 13:55:15 -0500
commit31dfecb458308cd07770af596b4aa36f44ff7d08 (patch)
tree24fd4b4eca3e60186bd77b7b25f7d542d3657c4d /runtime/lua/vim/shared.lua
parent8165427b4d92e55be5644bdf9270eb49b99d6dcc (diff)
docs: misc, editorconfig
fix https://github.com/neovim/neovim/issues/36858
Diffstat (limited to 'runtime/lua/vim/shared.lua')
-rw-r--r--runtime/lua/vim/shared.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/shared.lua b/runtime/lua/vim/shared.lua
index b4827d0f54..8dfca25fb9 100644
--- a/runtime/lua/vim/shared.lua
+++ b/runtime/lua/vim/shared.lua
@@ -717,6 +717,7 @@ end
--- vim.tbl_get({ key = { nested_key = true }}, 'key', 'nested_key') == true
--- vim.tbl_get({ key = {}}, 'key', 'nested_key') == nil
--- ```
+---@see |unpack()|
---
---@param o table Table to index
---@param ... any Optional keys (0 or more, variadic) via which to index the table