Append :fmt as a separate history state

pull/11/head
Blaž Hrastnik 2021-05-18 17:53:00 +09:00
parent 2100f5a2c0
commit 5a245b83a0
1 changed files with 1 additions and 0 deletions

View File

@ -927,6 +927,7 @@ mod cmd {
if let Ok(transaction) = transaction {
doc.apply(&transaction, view.id);
doc.append_changes_to_history(view.id);
}
}
}