re=1 only for vim.
This commit is contained in:
@@ -18,7 +18,6 @@ set mouse=
|
|||||||
set nobomb
|
set nobomb
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
set re=1
|
|
||||||
set ruler
|
set ruler
|
||||||
set scrolloff=3
|
set scrolloff=3
|
||||||
set secure
|
set secure
|
||||||
@@ -28,6 +27,10 @@ set smartcase
|
|||||||
set t_Co=256
|
set t_Co=256
|
||||||
set visualbell
|
set visualbell
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
if !has('nvim')
|
||||||
|
set re=1
|
||||||
|
endif
|
||||||
|
"
|
||||||
syntax on
|
syntax on
|
||||||
"
|
"
|
||||||
" color schema
|
" color schema
|
||||||
|
|||||||
Reference in New Issue
Block a user