Ensure files under after are loaded when first installed

This commit is contained in:
Junegunn Choi 2014-07-31 00:17:21 +09:00
parent 7e55690f19
commit b36fd34da0

View File

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