Quellcode durchsuchen

Avoid InsertEnter/InsertLeave events in GUI MacVim workaround

Junegunn Choi vor 11 Jahren
Ursprung
Commit
3b83a22ea4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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