aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/src')
-rw-r--r--helix-term/src/commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 6165c4c1..97edaf66 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -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