use name_spec instead name

This commit is contained in:
gmarik 2011-08-07 21:18:33 -05:00
parent 5d4ee2de3d
commit db8c5d5d62

View File

@ -51,7 +51,7 @@ func! vundle#installer#install(bang, name) abort
echo b.name.' already installed'
elseif 'error' == status
echohl Error
echo 'Error installing "'.b.name
echo 'Error installing '.b.name_spec
echohl None
sleep 1
else