aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/inspect.lua
Commit message (Collapse)AuthorAge
* fix: resolve all remaining LuaLS diagnosticsLewis Russell2025-01-27
|
* fix(inspect): escape identifiers that are lua keywords (#19898)Simon Wachter2022-08-23
| | | A lua keyword is not a valid table identifier
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
| | | | * reformat Lua runtime to make lint CI pass * reduce max line length to 100
* chore: format runtime with styluaChristian Clason2022-05-09
|
* chore: update inspect.lua to 3.1.3Christian Clason2022-04-21
|
* lua: metatable for empty dict valueBjörn Linse2020-01-01
|
* lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse2019-11-10
|
* lua/stdlib: vim.inspect, string functionsKillTheMule2019-01-14
ref #6580 ref #8677