mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
mark reloaded buffers as unchanged
This commit is contained in:
committed by
Nathan Vegdahl
parent
d4bd5b3766
commit
25103833b2
@@ -611,6 +611,7 @@ impl Document {
|
||||
let transaction = helix_core::diff::compare_ropes(self.text(), &rope);
|
||||
self.apply(&transaction, view_id);
|
||||
self.append_changes_to_history(view_id);
|
||||
self.reset_modified();
|
||||
|
||||
// Detect indentation style and set line ending.
|
||||
self.detect_indent_style();
|
||||
|
Reference in New Issue
Block a user