Browse Source

Ensure files under `after` are loaded when first installed

Junegunn Choi 11 years ago
parent
commit
b36fd34da0
1 changed files with 1 additions and 1 deletions
  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