Add ignorecase & smartcase.

This commit is contained in:
Gea-Suan Lin
2011-02-07 16:33:34 +08:00
parent acb272cdbf
commit 522cf09651

2
vimrc
View File

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