diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-01-27 16:16:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 16:16:06 +0100 |
commit | eb60cd74fb5caa997e6253bef6a1f0b58e1b6ec6 (patch) | |
tree | bde2e7d1474d477d8408fe183d16aaa8d7de5bcf /runtime/doc/deprecated.txt | |
parent | b288fa8d62c3f129d333d3ea6abc3234039cad37 (diff) | |
download | rneovim-eb60cd74fb5caa997e6253bef6a1f0b58e1b6ec6.tar.gz rneovim-eb60cd74fb5caa997e6253bef6a1f0b58e1b6ec6.tar.bz2 rneovim-eb60cd74fb5caa997e6253bef6a1f0b58e1b6ec6.zip |
build(deps)!: bump tree-sitter to HEAD, wasmtime to v29.0.1 (#32200)
Breaking change: `ts_node_child_containing_descendant()` was removed
Breaking change: tree-sitter 0.25 (HEAD) required
Diffstat (limited to 'runtime/doc/deprecated.txt')
-rw-r--r-- | runtime/doc/deprecated.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index ff9c21fad9..68258fedb4 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -65,10 +65,6 @@ LUA • *vim.highlight* Renamed to |vim.hl|. • vim.validate(opts: table) Use form 1. See |vim.validate()|. -TREESITTER -• *TSNode:child_containing_descendant()* Use |TSNode:child_with_descendant()| - instead; it is identical except that it can return the descendant itself. - VIMSCRIPT • *termopen()* Use |jobstart() with `{term: v:true}`. |