Browse Source

fixing whitespace

pull/71/head
gmarik 15 years ago
parent
commit
db7db6232f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      autoload/vundle/scripts.vim

+ 2
- 2
autoload/vundle/scripts.vim View File

@ -31,8 +31,8 @@ func! vundle#scripts#setup_view() abort
syn keyword vimCommand Bundle 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>) com! -buffer -bang -nargs=? InstallBundle call vundle#installer#install('!' == '<bang>', <q-args>)


Loading…
Cancel
Save