generate portable version cannot addon plugin(buffer var)

generate portable version cannot addon plugin(buffer var)

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?

古有内事不决问张昭,外事不决问周瑜; 今有生活不懂问百度,学术不懂问谷歌。 (SunQuan)The inner undecided ask ZhangZhao, the outer undecided ask ZhouYu. (I)Life unknown ask Baidu, academic unknown ask Google.
原文地址:https://www.cnblogs.com/luoyanghero/p/5643897.html