move signs to vundle.vim and use 3 states

- ! is error
- . is up-to-date
- * is updated
This commit is contained in:
gmarik
2011-08-04 16:33:30 -05:00
parent b4e7ca5e55
commit a3f1c1e537
3 changed files with 6 additions and 5 deletions

View File

@@ -32,9 +32,6 @@ func! vundle#scripts#setup_view() abort
syn keyword vimCommand Bundle
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 -nargs=0 VundleLog call s:view_log()