MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

Attempted install of gundo creates strange error #158

Closed MortalCatalyst closed 10 years ago

MortalCatalyst commented 10 years ago

I added gundo with VAMActivate and it fails to install with this error.

Error detected while processing function vam#ActivateAddons..vam#ActivateRecursively..vam#install#Install..vam

install#Checkout..vam#vcs#Checkout:

line 4: E605: Exception not caught: Failed to checkout addon to /home/sayth/.vim/vim-addons/Gundo. Error detected while processing function vam#ActivateAddons..vam#ActivateRecursively..vam#install#Install..vam

install#Checkout:

line 8: E171: Missing :endif Error detected while processing function vam#ActivateAddons..vam#ActivateRecursively..vam#install#Install: line 49: E171: Missing :endif Error detected while processing function vam#ActivateAddons..vam#ActivateRecursively: line 11: E171: Missing :endif

MortalCatalyst commented 10 years ago

Maybe because its trying to pull from https://bitbucket.org/sjl/gundo.vim instead of https://github.com/sjl/gundo.vim

MortalCatalyst commented 10 years ago

Ok your using mercurial not git. Solved.