Added ignorecase to vimrc.

This commit is contained in:
Faerbit 2014-04-04 00:35:28 +02:00
parent 33020b7b2c
commit d53f6a4b0a

1
vimrc
View File

@ -15,6 +15,7 @@ set cmdheight=2
set wildmode=longest,list,full
set wildmenu
set wildignorecase
set ignorecase
set smartcase
syntax on
filetype plugin indent on