From 39fa5e8ba9b614c8cc46e0d605a3dbcdb5f1a135 Mon Sep 17 00:00:00 2001 From: altermo <107814000+altermo@users.noreply.github.com> Date: Wed, 11 Mar 2026 07:33:09 +0100 Subject: [PATCH] docs(treesitter): fix typo --- runtime/doc/treesitter.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt index 195063125c..1e8429060d 100644 --- a/runtime/doc/treesitter.txt +++ b/runtime/doc/treesitter.txt @@ -610,22 +610,22 @@ empty `queries/c/injections.scm` file in your 'runtimepath'. DEFAULTS *treesitter-defaults* *v_an* -v_an Selects [count]th parent node. +an Selects [count]th parent node. If buffer has no treesitter parser, falls back to |vim.lsp.buf.selection_range()|. *v_in* -v_in Selects [count]th previous (or first) child node. +in Selects [count]th previous (or first) child node. If buffer has no treesitter parser, falls back to |vim.lsp.buf.selection_range()|. *v_]n* -v_]n Selects [count]th next node. +]n Selects [count]th next node. *v_[n* -v_[n Selects [count]th previous node. +[n Selects [count]th previous node. ============================================================================== VIM.TREESITTER *lua-treesitter*