Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/editor.rs')
-rw-r--r--helix-view/src/editor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs
index ba7337f2..4249db1d 100644
--- a/helix-view/src/editor.rs
+++ b/helix-view/src/editor.rs
@@ -2083,7 +2083,7 @@ impl Editor {
};
let doc = doc_mut!(self, &save_event.doc_id);
- doc.set_last_saved_revision(save_event.revision);
+ doc.set_last_saved_revision(save_event.revision, save_event.save_time);
}
}