Rename merge_transaction_into
to merge_transactions
This commit is contained in:
parent
9674b03855
commit
71a5964c18
4 changed files with 9 additions and 18 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue