From 522cf096512d5f629632508ef9160d53b01ab97c Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 7 Feb 2011 16:33:34 +0800 Subject: [PATCH] Add ignorecase & smartcase. --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 5f2e6de..b151929 100644 --- a/vimrc +++ b/vimrc @@ -4,10 +4,12 @@ set encoding=utf8 set fileencoding=utf8 set fileencodings=ucs-bom,utf8,cp950,latin1 set hlsearch +set ignorecase set incsearch set nobomb set nocompatible set ruler set secure +set smartcase set t_Co=256 syntax on