File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -749,10 +749,10 @@ impl FallbackCommand {
749
749
750
750
#[ rustfmt:: skip]
751
751
static_fallback_commands ! (
752
- select_textobject_inside_surrounding_pair, "Select inside any character pair (tree-sitter) " ,
753
- select_textobject_around_surrounding_pair, "Select around any character pair (tree-sitter) " ,
754
- select_textobject_inside_prev_pair, "Select inside previous character pair (tree-sitter) " ,
755
- select_textobject_inside_next_pair, "Select inside next character pair (tree-sitter) " ,
752
+ select_textobject_inside_surrounding_pair, "Select inside any character pair" ,
753
+ select_textobject_around_surrounding_pair, "Select around any character pair" ,
754
+ select_textobject_inside_prev_pair, "Select inside previous character pair" ,
755
+ select_textobject_inside_next_pair, "Select inside next character pair" ,
756
756
) ;
757
757
}
758
758
You can’t perform that action at this time.
0 commit comments