标签: vim encoding utf-8 utf-16
我有曾经在Vim工作的tex文件,但现在我必须运行
:e ++enc=utf16 /path/to/file.tex
正确查看文件。
如果我这样做
:write ++enc=utf-8 /path/to/file.tex,
该文件是中文(我不知道为什么)。
如何更改编码,以便每次都不需要运行:e ++enc=utf16?
:e ++enc=utf16
答案 0 :(得分:0)
这终于奏效了::set fileencodings=ucs-bom,utf-8,sjis
:set fileencodings=ucs-bom,utf-8,sjis