Jason Axelson wrote: > On Tue, Sep 29, 2009 at 8:12 PM, caruso_g <[email protected]> wrote: > >> This is the error that everyone do. >> I also asked about how to install plugins since it is not clear and >> all plugin developers are sure we (=newbies) already know that the >> folder structure inside a plugin folder is "just a placeholder" (of >> the folder structure one have to create in side .vim) to let the user >> identify which file goes in which folder inside .vim >> > > I would prefer it if we could link a standard set of install > instructions on all vim plugins (ie, the plugin developers don't > include the link themselves). > There's the vimball format -- one doesn't have to know where things go, any help files are made available, and directories in the right places are made as needed:
vim someplugin.vba :so % :q and if you decide that you don't want that plugin anymore, then vim :RmVimball someplugin :q Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
