mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
ops.c: Rename start_global_changes().
This commit is contained in:
@@ -1983,7 +1983,7 @@ void ex_listdo(exarg_T *eap)
|
||||
save_ei = au_event_disable(",Syntax");
|
||||
}
|
||||
|
||||
start_global_changes();
|
||||
start_batch_changes();
|
||||
|
||||
if (eap->cmdidx == CMD_windo
|
||||
|| eap->cmdidx == CMD_tabdo
|
||||
@@ -2181,7 +2181,7 @@ void ex_listdo(exarg_T *eap)
|
||||
apply_autocmds(EVENT_SYNTAX, curbuf->b_p_syn,
|
||||
curbuf->b_fname, true, curbuf);
|
||||
}
|
||||
end_global_changes();
|
||||
end_batch_changes();
|
||||
}
|
||||
|
||||
/// Add files[count] to the arglist of the current window after arg "after".
|
||||
|
Reference in New Issue
Block a user