Skip to content

Commit 2afb643

Browse files
docs: fix wrong word usage (#815)
Small mistake in documentation where the word "start" is used to describe the behaviour of goto_next_end
1 parent 71385f1 commit 2afb643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nvim-treesitter-textobjects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Supported options:
112112
- set_jumps: whether to set jumps in the jumplist
113113
- goto_next_start: map of keymaps to a list of tree-sitter capture groups (`{@function.outer, @class.outer}`).
114114
The one that starts closest to the cursor will be chosen, preferring row-proximity to column-proximity.
115-
- goto_next_end: same as goto_next_start, but it jumps to the start of
115+
- goto_next_end: same as goto_next_start, but it jumps to the end of
116116
the text object.
117117
- goto_previous_start: same as goto_next_start, but it jumps to the previous
118118
text object.

0 commit comments

Comments
 (0)