mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-22 09:30:07 +00:00
Removed set ignorecase
This commit is contained in:
1
.vimrc
1
.vimrc
@@ -45,7 +45,6 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree
|
|||||||
vnoremap <Leader>s :sort<CR>
|
vnoremap <Leader>s :sort<CR>
|
||||||
|
|
||||||
set incsearch
|
set incsearch
|
||||||
set ignorecase
|
|
||||||
set smartcase
|
set smartcase
|
||||||
|
|
||||||
" let Vundle manage Vundle
|
" let Vundle manage Vundle
|
||||||
|
|||||||
Reference in New Issue
Block a user