~/.vimrc set fileencoding=utf-8 //here is encoding of file set fileencodings=ucs-bom,gb18030,utf-8,default //here is the list for try From http://vim.dindinx.net/orig/html/options.txt.php… more →
wOOL's Blog啤梨 wrote 6 months ago: vi的缓冲区除了保存当前文本之外,还可以完成复制、粘帖等任务。熟悉vi的缓冲区对于使用vi编辑文档有很大好处。 vi有一个保存当前文本内容的缓冲区,编辑文档的时候只是改变这个缓冲区的内容,存盘的时候v … more →
wOOL wrote 7 months ago: ~/.vimrc set fileencoding=utf-8 //here is encoding of file set fileencodings=ucs-bom,gb18030,utf-8,d … more →