Am Mittwoch, 8. April 2015 18:32:47 UTC+2 schrieb Gary Furash: > I would like to use a package manager like Pathogen, but most package > managers don't handle Vimballs. What do you all recommend?
Which problem exactly do you want to solve? The vimball.rb ruby script[1] can be used to easily install a vimball as a bundle (if configured correctly): `vimball.rb --repo install myplugin.vba` -- it might be necessary to define config.yml file to use the right bundle directory. [1] https://github.com/tomtom/vimball.rb -- -- 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 because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
