Is it possible to update vim plugins automatically?
Asked
Active
Viewed 1,479 times
7
-
If you use Janus, this is do-able simply by running rake in ~/.vim – Scott Schulthess Jan 11 '12 at 18:35
6 Answers
2
This vim plugin seems to do what you are after, though it hasn't been updated in a while. Never used it, but the author has written a "few" vim plugins in the past.

Randy Morris
- 39,631
- 8
- 69
- 76
-
Used it, and although probably it can be made to work, I've personally categorized it under "asking for trouble". – Rook Nov 17 '09 at 18:16
-
Tested it with a few vim plugins. Works great for me! Thanks for the tip. (I had tested this plugin some years ago... without any success...) – 1passenger Nov 18 '09 at 22:49
2
vim-addon-manager has the function :UpdateAddons [{name} ...] which when called with no arguments updates all installed addons.

expelledboy
- 2,033
- 18
- 18
-
1Not all *installed*, but all *active* and additionally vim-addon-manager-known-repositories. – ZyX Mar 05 '11 at 03:50
0
I prefer a bash script. Then you can have it set as a cronjob, and you don't depend on other scripts supporting the ability to update.

wilhelmtell
- 57,473
- 20
- 96
- 131