I have a bunch of vim plug-ins installed. I want to get a notification when a new version comes out. Each plugin page on vim.org (e.g., http://www.vim.org/scripts/script.php?script_id=3025) doesn't have an RSS feed.

How do you keep your vim plugins updated?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

What about installing a plugin WHICH updates the plugins? :) Just a hunch though. (Found it with Google, I don't really use plugins: http://www.vim.org/scripts/script.php?script_id=642)

link|improve this answer
feedback

You can also try Vimana a command-line vim plugin/script manager, it needs perl/cpan to run

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.