This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible " be iMproved, required | |
filetype off " required | |
"set encoding=utf-8 | |
"set fileencodings=utf-8,gbk,chinese | |
"解决中文菜单乱码 | |
" set fencs=utf-8,ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936 | |
" set termencoding=utf-8 | |
"set encoding=utf-8 | |
" set fileencodings=ucs-bom,utf-8,cp936 | |
" set fileencoding=utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Below is what i get from cmd window by command "vim --version" | |
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr 23 2017 19:48:19) | |
MS-Windows 32 位控制台版本 | |
包含补丁: 1-586 | |
编译者 mool@tororo | |
巨型版本 无图形界面。 可使用(+)与不可使用(-)的功能: | |
+acl +ex_extra -mouseshape +tag_old_static | |
+arabic +extra_search +multi_byte -tag_any_white |