分页: 1 / 1

[ANN] Vim documentation Chinese translation 0.9.0

发表于 : 2006-03-22 19:51
karron
[ANN] Vim documentation Chinese translation 0.9.0

This is a major milestone release! All Vim documentation are now
translated and updated against Vim 6.4. This release is almost
single-handedly made possible by Willis, who has only joined us for no
more than a month. Everybody is encouraged to upgrade (hint: read the
INSTALL file). Online HTML version will be updated shortly.

Available at http://vimcdoc.sourceforge.net/

发表于 : 2006-04-12 0:49
doubhua
我下载了windows install的版本,安装以后用gvim打开,结果显示乱码。用UltraEdit打开,然后直接另存为后,vim打开中文就显示正确。这类编码问题怎么解决呢?
linux下的还没有试过。

发表于 : 2006-04-13 0:29
doubhua
在windows下用 :set encoding=utf-8 就可以正常显示内容了,不过每次都要输一次,比较麻烦。
linux下直接就可以看了。

发表于 : 2006-04-13 8:20
karron
在你 的.vimrc中加上下面的代码,windows下面可能是_vimrc,你可以放到你的个人目录里面,也可以直接修改vim安装目录下面的文件

代码: 全选

let &termencoding = &encoding
"set encoding=utf-8
set fileencodings=gbk,gb2312,utf-8,ucs-bom,cp936