Browse Source

Ensure files under `after` are loaded when first installed

Junegunn Choi 11 năm trước cách đây
mục cha
commit
b36fd34da0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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