Avoid InsertEnter/InsertLeave events in GUI MacVim workaround
This commit is contained in:
parent
cd418369bc
commit
3b83a22ea4
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
plug.vim
|
@ -716,7 +716,7 @@ function! s:update_parallel(pull, todo, threads)
|
||||||
while true
|
while true
|
||||||
mtx.synchronize do
|
mtx.synchronize do
|
||||||
break unless running
|
break unless running
|
||||||
VIM::command('normal! a')
|
VIM::command('noautocmd normal! a')
|
||||||
end
|
end
|
||||||
sleep 0.2
|
sleep 0.2
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue