On 2016-04-28, kamaraju kusumanchi wrote: > Can someone tell me how to list all packages that were installed > through vimball? > > :help vimball tells about how to install, remove a vimball. It does > not talk about listing all the package names. Any ideas? > > FWIW, I am using vim 7.4 on Debian Jessie.
A record of all the vimballs installed is maintained in ~/.vim/.VimballRecord to allow the files installed to be removed. See ":help :RmVimball". Each line of that file begins with the name of the vimball. Regards, Gary -- -- 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.
