소스 검색

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