diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index ce9db38..c002ef6 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -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