【解决方法】

解决中文乱码问题。配置 ~/.vimrc文件。在文件最后添加如下内容:

set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8