From 665c9cc55614809ce2826ab9458570643b0d0426 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 30 Jan 2015 18:24:36 +0900 Subject: [PATCH] Set option for ignoring case --- .vim/options.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/options.vim b/.vim/options.vim index 301b538..b6a3200 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -25,6 +25,7 @@ set scrolloff=5 set shiftwidth=4 set shortmess+=I set smartcase +set smartcase set smarttab set tabstop=4 set wildmenu