Let Vim use the Chinese help document
Finishing reprint, original address: http://blog.openrays.org/blog.php? Do = showone & tid = 282
Vim Chinese Document home page is: http://vimcdoc.sourceforge.net /. It translates the Help File of VIM into Chinese characters and supports the latest Vim 7.0. To use the vim Chinese document, follow these steps:
First, download the version for vim7.0. If you are using version 6.3, download it by yourself.
$ Wget http://nchc.dl.sourceforge.net/sourceforge/vimcdoc/vimcdoc-1.8.0.tar.gz
After unpacking, go to the folder and run the following command to install the package:
$ Sudo./vimcdoc. Sh-I
Start vim and enter: help to see if the help document has become Chinese?
Notes:
1. The Vim Chinese document does not cover the original English document. After installation, VIM uses the Chinese document by default. To use an English document, run the following command in VIM:
: Set helplang = en
Similarly, use the following command to re-use the Chinese document:
: Set helplang = Cn
2. Run the following command in the folder after unpacking to uninstall the vim Chinese document:
$ Sudo./vimcdoc. Sh-u