Thursday, October 7, 2010

Re: Help installing vimballs

Excerpts from Eran Borovik's message of Thu Oct 07 15:26:08 +0200 2010:
> I will try vim-addon-manager you mentioned and see if it helps (Although
> you say it shouldn't)

That's the code its using to install a vimball archive:

a:archive is the path to the file (sp opens it)

exec 'sp '.fnameescape(a:archive)
call vimball#Vimball(1,a:targetdir)

So trying this would be faster

If this doesn't work either trying without user script would be the next
thing I'd try. If this still doesn't work we should compare $RUNTIMEPATH
contents.

Marc Weber

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: