Files
neovim/runtime/lua
Volodymyr Chernetskyi 0ecca23ee2 fix(treesitter): accept a string title in inspect_tree() #41639
Problem:
`inspect_tree()` documents `title` as
`string|fun(bufnr:integer):string|nil`, but the implementation handles
only `nil` and function values. A string title leaves `title` unset and
fails the assertion below.

Solution:
Use the string as the title.
2026-09-02 17:01:54 -04:00
..
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00