move signs to vundle.vim and use 3 states
- ! is error - . is up-to-date - * is updated
This commit is contained in:
@@ -53,10 +53,10 @@ func! vundle#installer#install(bang, name) abort
|
||||
|
||||
if 'updated' == status
|
||||
echo b.name.' installed'
|
||||
exe ":sign place ".line('.')." line=".line('.')." name=VuOk buffer=" . bufnr("$")
|
||||
exe ":sign place ".line('.')." line=".line('.')." name=VuUp buffer=" . bufnr("$")
|
||||
elseif 'uptodate' == status
|
||||
echo b.name.' already installed'
|
||||
exe ":sign place ".line('.')." line=".line('.')." name=VuOk buffer=" . bufnr("$")
|
||||
exe ":sign place ".line('.')." line=".line('.')." name=VuCu buffer=" . bufnr("$")
|
||||
elseif 'error' == status
|
||||
echohl Error
|
||||
echo 'Error installing "'.b.name
|
||||
|
||||
Reference in New Issue
Block a user