浏览代码

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