whitespace changes in the BundleClean input prompt

This commit is contained in:
Randy Morris 2011-11-05 17:09:39 -04:00
parent 99c112fe4f
commit b0d3b6f8f6

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