Skip to content

Commit

Permalink
goto_next_end fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jan 17, 2023
1 parent 5991f78 commit 78ca379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-treesitter/textobjects/move.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ end
M.goto_next_end = function(query_strings_regex, query_group)
move_repeatable {
forward = true,
start = true,
start = false,
query_strings_regex = query_strings_regex,
query_group = query_group,
}
Expand Down

0 comments on commit 78ca379

Please sign in to comment.