fixing whitespace

This commit is contained in:
gmarik 2011-07-30 18:31:17 -05:00
parent eca5e06a55
commit db7db6232f

View File

@ -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('!' == '<bang>', <q-args>)