exvim / main

This is the main repository for exVim!
exvim.github.io
MIT License
739 stars 169 forks source link

messy code with chinese in macvim with exvim #97

Open slowboy1990 opened 9 years ago

slowboy1990 commented 9 years ago

messy code with chinese in macvim with exvim. The encoding setting is: set termencoding=utf-8 set encoding=utf-8 set fileencodings=ucs-bom,utf-8,utf-16le,cp1252,iso-8859-15,gb2312,gbk,gb18030 However when open the vim in the terminal, it's fine. please help..