mirror of https://github.com/helix-editor/helix
Append :fmt as a separate history state
parent
2100f5a2c0
commit
5a245b83a0
|
@ -927,6 +927,7 @@ mod cmd {
|
|||
|
||||
if let Ok(transaction) = transaction {
|
||||
doc.apply(&transaction, view.id);
|
||||
doc.append_changes_to_history(view.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue