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

HEAD is not working on MacVim #15

Closed milkypostman closed 13 years ago

milkypostman commented 13 years ago

Here are the relevant lines in my vimrc file: set runtimepath+=~/.vim/vim-addons/vim-addon-manager call scriptmanager#Activate(['vim-latex'], {'auto_install' : 1 })

When I start vim / mvim I get the following question: Activate plugin vim-addon-manager-known-repositories to get more plugin sources? [y/n/N=don't ask again this (session)]:

If i hit 'y' i get:

Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively..scriptmanager2#Install..scriptmanager2#LoadKnownRepos..scriptmanager#Activate: line 30: E605: Exception not caught: You should not activate vim-addon-manager-known-repositories. vim-addon-mananger will do so for you when needed. This way Vim starts up faster in the common case. Also try scriptmanager2#LoadKnownRepos() instead. Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively..scriptmanager2#Install..scriptmanager2#LoadKnownRepos: line 7: E171: Missing :endif Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively..scriptmanager2#Install: line 12: E171: Missing :endif Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively: line 10: E171: Missing :endif

if i hit 'n' i get: Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively..scriptmanager2#Install: line 17: No repository location info known for plugin vim-latex!

Of course, I am not catching these errors because I am trying to debug the problem

milkypostman commented 13 years ago

However, the package available on the vimscripts site installs and runs fine.

milkypostman commented 13 years ago

As another note. It's commit 6cf8a443174365fefe48758f01e7c5f926a9e6c5 that is causing problems for me.

MarcWeber commented 13 years ago

Confirmed. Sorry for not having tested it enough.

MarcWeber commented 13 years ago

fixed.