diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-12-08 01:39:41 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2025-12-15 13:55:15 -0500 |
| commit | 31dfecb458308cd07770af596b4aa36f44ff7d08 (patch) | |
| tree | 24fd4b4eca3e60186bd77b7b25f7d542d3657c4d /runtime/lua/vim/shared.lua | |
| parent | 8165427b4d92e55be5644bdf9270eb49b99d6dcc (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.lua | 1 |
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 |
