Drop smartcase

Closes #20.
This commit is contained in:
Tim Pope
2013-01-19 15:30:51 -05:00
parent 93f6d3434f
commit 6083bf4a61

View File

@@ -30,7 +30,6 @@ set ttimeout
set ttimeoutlen=50 set ttimeoutlen=50
set incsearch set incsearch
set smartcase
" Use <C-L> to clear the highlighting of :set hlsearch. " Use <C-L> to clear the highlighting of :set hlsearch.
if maparg('<C-L>', 'n') ==# '' if maparg('<C-L>', 'n') ==# ''
nnoremap <silent> <C-L> :nohlsearch<CR><C-L> nnoremap <silent> <C-L> :nohlsearch<CR><C-L>