Browse Source

fnameescape bundle_dir

pull/179/head
Rykka 14 years ago
parent
commit
e43febf03c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle.vim

+ 1
- 1
autoload/vundle.vim View File

@ -50,7 +50,7 @@ func! vundle#rc(...) abort
if filereadable(g:vundle_local_dir."/autoload/vundle.vim") && g:vundle_local
exe 'set rtp^='.fnameescape(g:vundle_local_dir)
exe 'set rtp+='.fnameescape(g:vundle_local_dir.'/after')
set rtp-=~/.vim/bundle/vundle
exe 'set rtp-='.fnameescape(g:bundle_dir)
endif
call vundle#config#init()


Loading…
Cancel
Save