Skip to content

Instantly share code, notes, and snippets.

View miaogen123's full-sized avatar
😄
Focusing

miaogen miaogen123

😄
Focusing
View GitHub Profile
@miaogen123
miaogen123 / gvim--version
Last active June 26, 2017 03:24
my gvim version infomation
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
@miaogen123
miaogen123 / _vimrc
Last active March 9, 2023 10:05
my _vimrc
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