diff options
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/document.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs index bd45db5a..f0d7b55a 100644 --- a/helix-view/src/document.rs +++ b/helix-view/src/document.rs @@ -649,6 +649,7 @@ impl Document { } } + /// Commit pending changes to history pub fn append_changes_to_history(&mut self, view_id: ViewId) { if self.changes.is_empty() { return; |