1
yangg 2014-02-25 11:40:15 +08:00
vim -v <vimrc>
or set extrc To Eenables the reading of .vimrc, .exrc and .gvimrc in the current directory |
2
yangg 2014-02-25 11:43:29 +08:00
哦,那就 -v 了,然后可以 let &rtp = substitute(&rtp, '.vim', '.your_plugin_folder', 'g')
|
3
duhastmich 2014-02-25 13:59:25 +08:00
为什么用同样的账户
|
4
happyhacker 2015-09-01 15:02:31 +08:00
vim -u myvimrc
|