On Wed, Oct 20, 2010 at 6:27 PM, Marc Weber <[email protected]> wrote: >> a script to install vim plugins as ruby gems). > Vimana.
Wow, I was thinking of http://github.com/carllerche/vim-nicktears Someone needs to start a list! > But you can't "load" packages at runtime of Vim. > That's why I implemented a VimL only solution. Also I didn't knew Ruby > that time. Yep, that's a downside. i personally don't care too much about loading at runtime (it's so easy just to quit and restore) but I do like 100% VimL. > ZyX also spotted the issue: What is if users prefer using stable > versions (found on www.vim.org) over the git/hg/svn versions of the > authors? > So he added a new feature (in collaboration with me). The result is that > we have different sources: > a) www.vim.org > b) VCS (svn,hg,git,..) > > Each plugin has a unique name (a key) Nice. I would probably do something similar. What are the names? - Scott -- 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
