After installing the vim-airline plug-in, maximize the gvim window (under Windows 10) prompt:
vim-airline
How is this going?
No problem setting encoding format. _vimrc中设置下编码格式为utf-8That’s it.
_vimrc
utf-8
set encoding=utf-8
I didn’t want to ask and answer myself, but I had no choice but to get the answer while I was waiting.
No problem setting encoding format.
_vimrc
中设置下编码格式为utf-8
That’s it.