gvim - Several problems with Vim_portable version
淡淡烟草味
淡淡烟草味 2017-05-16 16:40:08
0
4
1170

Preface

I searched and found that there are no similar questions. I am sure this is not a spam question
As a novice user of Vim, I have only just started using it, and there are so many problems.
The Vim I'm referring to is gVim

on the Windows platform

Is there a portable version of Vim?

I think there must be such an ancient weapon. Everyone's Vim is very personalized. It is impossible to reconfigure it every time you change the environment (that would violate the original intention of Vim), but the results of my Google as follows:


No?
I just want to put Vim into the USB flash drive, just like my own Sublime

update:
I was not familiar with Vim before. After using it for a period of time, I no longer need to download the so-called portable version. Vim+git+github can achieve my original intention and maintain a consistent experience everywhere

淡淡烟草味
淡淡烟草味

reply all(4)
洪涛

It’s ok. .
I have it ready:
Download address: Netdisk (with ads): http://www.400gb.com/file/2168558
In fact, the file structure is like this:



By the way, there will be an error message after startup. I haven’t changed it on the network disk,
Just go to the last line of vim72/vimrc_example.vim and add a endif:


阿神
:h startup
:h $VIM
:h $VIMRUNTIME
洪涛

换一个环境就重新配置一下
If you switch between windows and linux, you don't have to reconfigure it.

Just save your .vimrc in one place. I also recommend the "Vim7.3 Chinese User Manual", just take a look.

PHPzhong

There are two related files related to customization, you can set the relevant configuration in vimrc
Directory of .vimrc configuration file:h $MYVIMRC
.vim configuration folder, including files such as extensions and themes:h runtimepath

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!