chore: deprecate ts_utils.get_node_text

This commit is contained in:
Stephan Seitz 2022-04-15 22:12:51 +02:00
parent 21ac88b955
commit c3848e713a
4 changed files with 14 additions and 36 deletions

View file

@ -341,11 +341,6 @@ get_node_at_cursor(winnr)~
`winnr` will be 0 if nil.
Returns the node under the cursor.
*ts_utils.get_node_text*
get_node_text(node, bufnr)~
Returns the text content of a `node`.
*ts_utils.is_parent*
is_parent(dest, source)~