toggle_comments needs to append to history.

This commit is contained in:
Blaž Hrastnik 2021-03-18 15:20:28 +09:00
parent c331721565
commit 175d38c88c

View file

@ -1475,6 +1475,7 @@ pub fn toggle_comments(cx: &mut Context) {
let transaction = comment::toggle_line_comments(doc.text(), doc.selection());
doc.apply(&transaction);
doc.append_changes_to_history();
}
// tree sitter node selection