Added smartcase to vimrc

This commit is contained in:
Faerbit 2014-04-03 23:40:54 +02:00
parent 5be8437042
commit 33020b7b2c

1
vimrc
View File

@ -15,6 +15,7 @@ set cmdheight=2
set wildmode=longest,list,full
set wildmenu
set wildignorecase
set smartcase
syntax on
filetype plugin indent on
"Change working dir to current dir