On Tuesday, July 5, 2016 at 12:26:32 PM UTC-5, Yang Luo wrote: > 1. I installed gVim7.4 in win7_x64, and add on some plugins, it uses good. > Now I want to change it to a portable version. I copied the Vim folder to > another folder and name it gVim74, I uninstalled Vim. The common edit is good > of the portable version, but the plugins not fully added. > There is a plugin(plugina.vim), it defined variable "b:plugina_var", when I > run the plugin, can not find b:plugina_var. I have source the plugina.vim in > _vimrc, and I already put it into vim74/plugin. I source plugina.vim manually > again, it works OK. > So why the buffer variable b:plugina_var cannot define in portable version? > Is there some environment variables that I need notice when produce a > portable version of vim?
Check $VIM and $VIMRUNTIME. See :help $VIMRUNTIME. -- -- You received this message from the "vim_dev" 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_dev" 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.
