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 @@ -757,10 +757,10 @@ impl FallbackCommand {
757
757
758
758
#[ rustfmt:: skip]
759
759
static_fallback_commands ! (
760
- select_textobject_inside_surrounding_pair, "Select inside any character pair (tree-sitter) " ,
761
- select_textobject_around_surrounding_pair, "Select around any character pair (tree-sitter) " ,
762
- select_textobject_inside_prev_pair, "Select inside previous character pair (tree-sitter) " ,
763
- select_textobject_inside_next_pair, "Select inside next character pair (tree-sitter) " ,
760
+ select_textobject_inside_surrounding_pair, "Select inside any character pair" ,
761
+ select_textobject_around_surrounding_pair, "Select around any character pair" ,
762
+ select_textobject_inside_prev_pair, "Select inside previous character pair" ,
763
+ select_textobject_inside_next_pair, "Select inside next character pair" ,
764
764
) ;
765
765
}
766
766
You can’t perform that action at this time.
0 commit comments