re=1 only for vim.

This commit is contained in:
Gea-Suan Lin
2020-03-01 05:09:11 +08:00
parent beeca682da
commit d9d48ecbe1

View File

@@ -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