mark reloaded buffers as unchanged

imgbot
Shafkath Shuhan 3 years ago 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();

Loading…
Cancel
Save