Преглед изворни кода

Avoid InsertEnter/InsertLeave events in GUI MacVim workaround

Junegunn Choi пре 11 година
родитељ
комит
3b83a22ea4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      plug.vim

+ 1 - 1
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