Browse Source

whitespace changes in the BundleClean input prompt

pull/107/head
Randy Morris 14 years ago
parent
commit
b0d3b6f8f6
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