File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -758,10 +758,10 @@ impl FallbackCommand {
758758
759759 #[ rustfmt:: skip]
760760 static_fallback_commands ! (
761- select_textobject_inside_surrounding_pair, "Select inside any character pair (tree-sitter) " ,
762- select_textobject_around_surrounding_pair, "Select around any character pair (tree-sitter) " ,
763- select_textobject_inside_prev_pair, "Select inside previous character pair (tree-sitter) " ,
764- select_textobject_inside_next_pair, "Select inside next character pair (tree-sitter) " ,
761+ select_textobject_inside_surrounding_pair, "Select inside any character pair" ,
762+ select_textobject_around_surrounding_pair, "Select around any character pair" ,
763+ select_textobject_inside_prev_pair, "Select inside previous character pair" ,
764+ select_textobject_inside_next_pair, "Select inside next character pair" ,
765765 ) ;
766766}
767767
You can’t perform that action at this time.
0 commit comments