Rename merge_transaction_into to merge_transactions

This commit is contained in:
Antonio Scandurra 2023-08-24 14:26:42 +02:00
parent 9674b03855
commit 71a5964c18
4 changed files with 9 additions and 18 deletions

View file

@ -193,7 +193,7 @@ impl RefactoringAssistant {
if let Some(transaction) = buffer.end_transaction(cx) {
if let Some(first_transaction) = first_transaction {
// Group all assistant edits into the first transaction.
buffer.merge_transaction_into(
buffer.merge_transactions(
transaction,
first_transaction,
cx,