Unicode字符显示在终端(iTerm)的常规旧vim中,而不出现在MacVim中。有没有办法让MacVim正确处理Unicode字符。如果有帮助,我使用自制软件安装它们。 我从Vim Wiki中抓取了以下几行: if has("multi_byte") if &termencoding == "" let &termencoding = &encoding endif set encoding=utf-8 setglobal fileencoding=utf-8 "setglobal bomb set fileencodings=ucs-bom,utf-8,latin1 endif