Avoid InsertEnter/InsertLeave events in GUI MacVim workaround

This commit is contained in:
Junegunn Choi 2014-07-21 14:27:38 +09:00
parent cd418369bc
commit 3b83a22ea4

View File

@ -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