From db7db6232fcec018d7f02b3f767b88989550f19a Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 30 Jul 2011 18:31:17 -0500 Subject: [PATCH] fixing whitespace --- autoload/vundle/scripts.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/vundle/scripts.vim b/autoload/vundle/scripts.vim index d77fe96..2b172ca 100644 --- a/autoload/vundle/scripts.vim +++ b/autoload/vundle/scripts.vim @@ -31,8 +31,8 @@ func! vundle#scripts#setup_view() abort syn keyword vimCommand Bundle - sign define VuEr text=! texthl=Error - sign define VuOk text=* texthl=String + sign define VuEr text=! texthl=Error + sign define VuOk text=* texthl=String com! -buffer -bang -nargs=? InstallBundle call vundle#installer#install('!' == '', )