Browse Source

source after/ dir aswell

events
gmarik 15 years ago
parent
commit
67da50189d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      autoload/vundle/config.vim

+ 1
- 0
autoload/vundle/config.vim View File

@ -21,6 +21,7 @@ func! vundle#config#source(bundles) abort
call s:rtp_add(b.rtpath()) call s:rtp_add(b.rtpath())
" load plugin " load plugin
call s:source(b.rtpath().'/plugin/**/*.vim') call s:source(b.rtpath().'/plugin/**/*.vim')
call s:source(b.rtpath().'/after/**/*.vim')
endfor endfor
endf endf


Loading…
Cancel
Save