Unnamed repository; edit this file 'description' to name the repository.
append `set_line_ending` to document history (#2649)
Kirawi 2022-06-02
parent f7c27b6 · commit 4f3d0a7
-rw-r--r--helix-term/src/commands/typed.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs
index 5121eaa1..0b207f94 100644
--- a/helix-term/src/commands/typed.rs
+++ b/helix-term/src/commands/typed.rs
@@ -376,6 +376,7 @@ fn set_line_ending(
}),
);
doc.apply(&transaction, view.id);
+ doc.append_changes_to_history(view.id);
Ok(())
}