summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_editor.lua
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2025-06-26 10:22:45 -0500
committerGitHub <noreply@github.com>2025-06-26 10:22:45 -0500
commitf0c0c24ed77738a1792c0d499c300a4fb2984d02 (patch)
tree0f827e01836b75d91a7b44209e64732a17ead1f5 /runtime/lua/vim/_editor.lua
parent5d06eade2599ccf378b284eb7aeec38c0256ec9e (diff)
fix(lsp/health): always use vim.inspect to show root_markers (#34667)
In https://github.com/neovim/neovim/pull/34092 we changed the healthcheck to display root markers as a concatenated list if the first item in root_markers is a string (not a table). However, this does not solve the general case, because root_markers can contain a string as the first element, but a table as the 2nd element. Because root_markers has a more complex structure we should always just display it using vim.inspect, rather than adding a special case for when all items are a string.
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions