Browse Source

Merge 4243242e75 into 8122fb1a96

pull/106/merge
GitHub Merge Button 14 years ago
parent
commit
812b842a55
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

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

@ -139,7 +139,7 @@ func! vundle#installer#clean(bang) abort
call vundle#scripts#view('clean', headers, names)
redraw
if (a:bang || empty(names) || input('Continue ? [ y/n ]:') =~? 'y')
if (a:bang || empty(names) || input('Continue? [y/n]: ') =~? 'y')
call s:process(a:bang, 'D')
endif
endf


Loading…
Cancel
Save