nvim-treesitter/lua
francisco souza 44b7c81002 fix(ts_utils): fix swap_nodes after get_node_text change
After some discussion, it looks like the easiest thing to do for now is
to keep a private copy of get_node_text (just to skip the deprecation
message) and invoke that, until core provides an equivalent function
that can return the node content in a table representing the node
"lines".

Also fixes the statusline by calling the private version for
get_node_text until a change is made in core.
2022-04-21 23:57:35 +02:00
..
nvim-treesitter fix(ts_utils): fix swap_nodes after get_node_text change 2022-04-21 23:57:35 +02:00
nvim-treesitter.lua fix(ts_utils): fix swap_nodes after get_node_text change 2022-04-21 23:57:35 +02:00