Add ignorecase & smartcase.
This commit is contained in:
2
vimrc
2
vimrc
@@ -4,10 +4,12 @@ set encoding=utf8
|
|||||||
set fileencoding=utf8
|
set fileencoding=utf8
|
||||||
set fileencodings=ucs-bom,utf8,cp950,latin1
|
set fileencodings=ucs-bom,utf8,cp950,latin1
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
set ignorecase
|
||||||
set incsearch
|
set incsearch
|
||||||
set nobomb
|
set nobomb
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set ruler
|
set ruler
|
||||||
set secure
|
set secure
|
||||||
|
set smartcase
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
syntax on
|
syntax on
|
||||||
|
|||||||
Reference in New Issue
Block a user