Include "change" in textobject autoinfo (#10496)

pull/9154/merge
ath3 2 months ago committed by GitHub
parent ab203b5f53
commit 521accaf00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5436,6 +5436,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
("T", "Test (tree-sitter)"),
("e", "Data structure entry (tree-sitter)"),
("m", "Closest surrounding pair"),
("g", "Change"),
(" ", "... or any character acting as a pair"),
];

Loading…
Cancel
Save