Procházet zdrojové kódy

Ensure files under `after` are loaded when first installed

Junegunn Choi před 11 roky
rodič
revize
b36fd34da0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

@@ -373,7 +373,7 @@ function! s:apply()
     endif
   endfor
   runtime! plugin/*.vim
-  runtime! after/*.vim
+  runtime! after/**/*.vim
   silent! source $MYVIMRC
 endfunction