Set option for ignoring case

This commit is contained in:
Alex Yatskov 2015-01-30 18:24:36 +09:00
parent 14695ffcde
commit 665c9cc556

View File

@ -25,6 +25,7 @@ set scrolloff=5
set shiftwidth=4 set shiftwidth=4
set shortmess+=I set shortmess+=I
set smartcase set smartcase
set smartcase
set smarttab set smarttab
set tabstop=4 set tabstop=4
set wildmenu set wildmenu