Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/document.rs')
| -rw-r--r-- | helix-view/src/document.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs index fa089cda..310f2715 100644 --- a/helix-view/src/document.rs +++ b/helix-view/src/document.rs @@ -1412,6 +1412,8 @@ impl Document { doc: self, view: view_id, old_text: &old_doc, + changes, + ghost_transaction: !emit_lsp_notification, }); // if specified, the current selection should instead be replaced by transaction.selection |