diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-08-25 20:47:00 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-25 20:47:00 -0400 |
commit | 4af6ec746c821078859469adc46cf7bef5c629fa (patch) | |
tree | 5965ab1fc3cd3d96954136655946672be412eb75 /src/nvim/ex_cmds.c | |
parent | 41a64586c7d16bd8bdec533717daeea3fa2f3107 (diff) | |
parent | 7a589e4a9e4a8dffc173bcb3a53286961032b2de (diff) | |
download | rneovim-4af6ec746c821078859469adc46cf7bef5c629fa.tar.gz rneovim-4af6ec746c821078859469adc46cf7bef5c629fa.tar.bz2 rneovim-4af6ec746c821078859469adc46cf7bef5c629fa.zip |
Merge #5253 'perf: Disable clipboard in do_cmdline()'
Diffstat (limited to 'src/nvim/ex_cmds.c')
-rw-r--r-- | src/nvim/ex_cmds.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c index b7691997d7..e70ec9ab8a 100644 --- a/src/nvim/ex_cmds.c +++ b/src/nvim/ex_cmds.c @@ -4053,9 +4053,7 @@ void ex_global(exarg_T *eap) smsg(_("Pattern not found: %s"), pat); } } else { - start_global_changes(); global_exe(cmd); - end_global_changes(); } ml_clearmarked(); /* clear rest of the marks */ vim_regfree(regmatch.regprog); |