Files
neovim/runtime/lua/vim
Michael Lingelbach 69f1de86dc feat: add vim.tbl_get (#17831)
vim.tbl_get takes a table with subsequent string arguments (variadic) that
index into the table. If the value pointed to by the set of keys exists,
the function returns the value. If the set of keys does not exist, the
function returns nil.
2022-03-24 12:01:04 -07:00
..
2018-12-20 11:57:30 +01:00
2021-11-27 11:10:48 -05:00
2022-03-17 13:21:24 +08:00
2022-03-17 13:21:24 +08:00
2022-03-24 12:01:04 -07:00
2022-02-08 08:19:06 +08:00