mirror of https://github.com/helix-editor/helix
mark reloaded buffers as unchanged
parent
d4bd5b3766
commit
25103833b2
|
@ -611,6 +611,7 @@ impl Document {
|
||||||
let transaction = helix_core::diff::compare_ropes(self.text(), &rope);
|
let transaction = helix_core::diff::compare_ropes(self.text(), &rope);
|
||||||
self.apply(&transaction, view_id);
|
self.apply(&transaction, view_id);
|
||||||
self.append_changes_to_history(view_id);
|
self.append_changes_to_history(view_id);
|
||||||
|
self.reset_modified();
|
||||||
|
|
||||||
// Detect indentation style and set line ending.
|
// Detect indentation style and set line ending.
|
||||||
self.detect_indent_style();
|
self.detect_indent_style();
|
||||||
|
|
Loading…
Reference in New Issue