Edward Beach wrote: > I'm more than happy to volunteer as a tester for you...will your fix > also take care of my E739 problem previously mentioned? My > "AutoInstall" problems comes from the AutoInstall comments in the > system plugins. >
Hello! I've got a new version of getscript up on my website, v32c. * if g:GetLatestVimScripts_autoinstalldir exists and is a directory, then the string therein is used to specify the installation directory * otherwise $HOME/.vim (linux) $HOME/vimfiles is used as the installation directory * v32c compares script ids rather than scriptnames to determine if getscript has already got a copy in the GetLatestVimScripts.dat file The logic for the plugins loop is changed. Before, getscript examined plugins until a plugin wasn't using the first directory on the path. Now it builds the list first; in addition, it will also examine the AsNeeded directory (if it exists). Getscript will move a plugin from the plugin/ directory to the AsNeeded/ directory if * the plugin[.vba|.zip|.tar][.gz|.bz2] has just been dearchived * the AsNeeded/plugin.vim file exists and is readable * the plugin/plugin.vim file exists and is readable Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
