From c41c70e94d07785ac6bc4247325767cf0cb4e336 Mon Sep 17 00:00:00 2001 From: Justin Burrill Date: Sun, 19 Oct 2025 19:37:46 -0400 Subject: [PATCH] Fix wrong word usage --- doc/nvim-treesitter-textobjects.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvim-treesitter-textobjects.txt b/doc/nvim-treesitter-textobjects.txt index ea31b557..347c1b48 100644 --- a/doc/nvim-treesitter-textobjects.txt +++ b/doc/nvim-treesitter-textobjects.txt @@ -112,7 +112,7 @@ Supported options: - set_jumps: whether to set jumps in the jumplist - goto_next_start: map of keymaps to a list of tree-sitter capture groups (`{@function.outer, @class.outer}`). The one that starts closest to the cursor will be chosen, preferring row-proximity to column-proximity. -- goto_next_end: same as goto_next_start, but it jumps to the start of +- goto_next_end: same as goto_next_start, but it jumps to the end of the text object. - goto_previous_start: same as goto_next_start, but it jumps to the previous text object.