Browse Source

with nosync consider bundles installed too

events
gmarik 15 years ago
parent
commit
073ddf6965
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

+ 1
- 1
autoload/vundle/installer.vim View File

@ -63,7 +63,7 @@ endf
func! s:sync(bang, bundle) abort func! s:sync(bang, bundle) abort
if a:bundle.nosync() | return 0 | endif
if a:bundle.nosync() | return a:bang | endif
if a:bundle.installed() if a:bundle.installed()
if !(a:bang) | return 0 | endif if !(a:bang) | return 0 | endif
let cmd = 'cd '.shellescape(a:bundle.path()).' && git pull' let cmd = 'cd '.shellescape(a:bundle.path()).' && git pull'


Loading…
Cancel
Save