From b0d3b6f8f694f9348179a3ba88451cc0367c7596 Mon Sep 17 00:00:00 2001 From: Randy Morris Date: Sat, 5 Nov 2011 17:09:39 -0400 Subject: [PATCH] whitespace changes in the BundleClean input prompt --- autoload/vundle/installer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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