whitespace changes in the BundleClean input prompt
This commit is contained in:
parent
99c112fe4f
commit
b0d3b6f8f6
@ -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…
Reference in New Issue
Block a user