update
This commit is contained in:
parent
e984e9308d
commit
0e82935b84
|
@ -1,2 +1 @@
|
||||||
setlocal keywordprg=:help
|
setlocal keywordprg=:help
|
||||||
setlocal relativenumber number
|
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -270,7 +270,7 @@ command! ScratchVertical vnew | setlocal buftype=nofile | setlocal bufhidden=hid
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
set fillchars=stl:\ ,stlnc:\ ,vert:┃
|
set fillchars=stl:\ ,stlnc:\ ,vert:\|,fold:\
|
||||||
|
|
||||||
set guioptions-=mTrLb
|
set guioptions-=mTrLb
|
||||||
set guioptions+=c
|
set guioptions+=c
|
||||||
|
|
Loading…
Reference in New Issue