set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
set diffexpr=MyDiff()
function MyDiff()
let opt = '-a --binary '
if &diffopt =~...
1 " show row num
2 set nu
3
4 " show syntax highlight
5 set syntax=on
6
7 " set autoindent
8 set autoindent
9 set cindent
10
11 " set tab width
12 set tabstop=4
13
14 " set ...
set nocompatiblesyntax onset number" English characters.set guifont=Monaco:h10:cANSI" For double-width characters"set gfw=微软雅黑/ 12 colo desert" 设置自动缩进set ai " 打开状态栏标尺set rul...
"行显示
set nu
"启用鼠标
set mouse=a
"set magic
"set autoindent "自动缩进和上一行一样"
"开启光亮光标行
set cursorline
hi CursorLine cterm=NONE ctermbg=darkred ctermfg=white guibg=darkred guifg=...