mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
fix(term): undo-ing code actions
This commit is contained in:
parent
8da58fe44a
commit
e07e42dcfb
@ -2188,6 +2188,7 @@ fn apply_workspace_edit(
|
||||
offset_encoding,
|
||||
);
|
||||
doc.apply(&transaction, view.id);
|
||||
doc.append_changes_to_history(view.id);
|
||||
}
|
||||
}
|
||||
lsp::DocumentChanges::Operations(operations) => {
|
||||
|
Loading…
Reference in New Issue
Block a user