Explorar o código

Ensure files under `after` are loaded when first installed

Junegunn Choi %!s(int64=11) %!d(string=hai) anos
pai
achega
b36fd34da0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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