Monday, May 31, 2010

Re: plugins don't work on newer version

Marc Weber,
thank you very much. I got it.


On Mon, May 31, 2010 at 9:06 PM, Marc Weber <marco-oweber@gmx.de> wrote:
Excerpts from taco's message of Mon May 31 13:06:36 +0200 2010:
> thank you! it worked now, but I need copy those plugins to ~/.vim/plugin/
>
> if those plugins locate at /usr/share/vim/vim70/plugin/ it don't work.but,
> version 7.0 can work
>
> I don't why.

:echo &runtimepath

will tell you.
Plugins should not be enabled by default for all users. Maybe this was
done intentionally and all you have to do is adding

set runtimepath+=/usr/share/vim/vim70

to your .vimrc.

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

--
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: