Move syntax on out of set block
This commit is contained in:
parent
2903ac6e5b
commit
a391f81b3d
3
.vimrc
3
.vimrc
|
@ -19,11 +19,12 @@ set sm
|
||||||
set sw=4
|
set sw=4
|
||||||
set tw=72
|
set tw=72
|
||||||
set viminfo='100,<50,s10,h,%
|
set viminfo='100,<50,s10,h,%
|
||||||
syntax on
|
|
||||||
if has('reltime')
|
if has('reltime')
|
||||||
set incsearch
|
set incsearch
|
||||||
endif
|
endif
|
||||||
|
|
||||||
colorscheme hjp
|
colorscheme hjp
|
||||||
|
syntax on
|
||||||
map <F7> :cp
|
map <F7> :cp
|
||||||
map <F8> :cn
|
map <F8> :cn
|
||||||
map! >I<yypa/O
|
map! >I<yypa/O
|
||||||
|
|
Loading…
Reference in New Issue