use name_spec instead name
This commit is contained in:
parent
5d4ee2de3d
commit
db8c5d5d62
@ -51,7 +51,7 @@ func! vundle#installer#install(bang, name) abort
|
|||||||
echo b.name.' already installed'
|
echo b.name.' already installed'
|
||||||
elseif 'error' == status
|
elseif 'error' == status
|
||||||
echohl Error
|
echohl Error
|
||||||
echo 'Error installing "'.b.name
|
echo 'Error installing '.b.name_spec
|
||||||
echohl None
|
echohl None
|
||||||
sleep 1
|
sleep 1
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user