From 3b83a22ea441b30fa9be6c8fae25fa943446e282 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 21 Jul 2014 14:27:38 +0900 Subject: [PATCH] Avoid InsertEnter/InsertLeave events in GUI MacVim workaround --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug.vim b/plug.vim index 14a866e..a896dc7 100644 --- a/plug.vim +++ b/plug.vim @@ -716,7 +716,7 @@ function! s:update_parallel(pull, todo, threads) while true mtx.synchronize do break unless running - VIM::command('normal! a') + VIM::command('noautocmd normal! a') end sleep 0.2 end