summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/inspect.lua
AgeCommit message (Collapse)AuthorFiles
2026-01-09feat(inspect): update to a8ca312Christian Clason1
Sync with upstream commit https://github.com/kikito/inspect.lua/commit/a8ca3120dfec48801036eaeff9335ab7a096dd24
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2022-08-23fix(inspect): escape identifiers that are lua keywords (#19898)Simon Wachter1
A lua keyword is not a valid table identifier
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
* reformat Lua runtime to make lint CI pass * reduce max line length to 100
2022-05-09chore: format runtime with styluaChristian Clason1
2022-04-21chore: update inspect.lua to 3.1.3Christian Clason1
2020-01-01lua: metatable for empty dict valueBjörn Linse1
2019-11-10lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse1
2019-01-14lua/stdlib: vim.inspect, string functionsKillTheMule1
ref #6580 ref #8677