From fdc55e4972f05093e71265db263102e12264d1f9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 8 Jun 2019 16:31:17 -0700 Subject: [PATCH] ignorecase => smartcase --- .vim/options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/options.vim b/.vim/options.vim index f252510..c9f1e49 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -18,7 +18,6 @@ set guicursor=n:blinkon0 set hidden set history=1000 set hlsearch -set ignorecase set incsearch set laststatus=2 set linebreak @@ -36,6 +35,7 @@ set shiftround set shiftwidth=4 set shortmess+=I set sidescroll=1 +set smartcase set smarttab set tabstop=4 set ttimeout