Skip to content

Commit

Permalink
Remove "ascii" from help text with mi and ma
Browse files Browse the repository at this point in the history
  • Loading branch information
EpocSquadron committed Feb 27, 2022
1 parent a59f407 commit 5a817bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5419,7 +5419,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
("f", "Function (tree-sitter)"),
("p", "Parameter (tree-sitter)"),
("m", "Matching delimiter under cursor"),
(" ", "... or any ascii character acting as a pair"),
(" ", "... or any character acting as a pair"),
];

cx.editor.autoinfo = Some(Info::new(
Expand Down

0 comments on commit 5a817bc

Please sign in to comment.