aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-08-25 20:47:00 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-08-25 20:47:00 -0400
commit4af6ec746c821078859469adc46cf7bef5c629fa (patch)
tree5965ab1fc3cd3d96954136655946672be412eb75 /src/nvim/ex_cmds2.c
parent41a64586c7d16bd8bdec533717daeea3fa2f3107 (diff)
parent7a589e4a9e4a8dffc173bcb3a53286961032b2de (diff)
downloadrneovim-4af6ec746c821078859469adc46cf7bef5c629fa.tar.gz
rneovim-4af6ec746c821078859469adc46cf7bef5c629fa.tar.bz2
rneovim-4af6ec746c821078859469adc46cf7bef5c629fa.zip
Merge #5253 'perf: Disable clipboard in do_cmdline()'
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r--src/nvim/ex_cmds2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c
index 6d24ba91f2..d0a17ed099 100644
--- a/src/nvim/ex_cmds2.c
+++ b/src/nvim/ex_cmds2.c
@@ -1983,8 +1983,6 @@ void ex_listdo(exarg_T *eap)
save_ei = au_event_disable(",Syntax");
}
- start_global_changes();
-
if (eap->cmdidx == CMD_windo
|| eap->cmdidx == CMD_tabdo
|| P_HID(curbuf)
@@ -2181,7 +2179,6 @@ void ex_listdo(exarg_T *eap)
apply_autocmds(EVENT_SYNTAX, curbuf->b_p_syn,
curbuf->b_fname, true, curbuf);
}
- end_global_changes();
}
/// Add files[count] to the arglist of the current window after arg "after".