Displaying 1 result from an estimated 1 matches for "termencod".
2009 Jan 05
0
will it break the system files?
Hi,all,i seted the encoding of vim in order to display chinese
well.Because when i opened source files programed by myslfe,the chinese
can't display well.My locale is zh_CN.UTF-8,here is the contents of .vimrc:
let &termencoding=&encoding
set fileencodings=utf-8,gbk,ucs-bom,cp936
After this ,will it break the system files when i edit the system files
by vim?