Add SmartCase for vim
This commit is contained in:
parent
af05372988
commit
fd97565de9
1 changed files with 4 additions and 0 deletions
|
@ -234,5 +234,9 @@ let
|
|||
"autocmd vimenter * NERDTree
|
||||
let g:NERDTreeDirArrowExpandable = '+'
|
||||
let g:NERDTreeDirArrowCollapsible = '-'
|
||||
|
||||
" SmartCase (only search by case if capital letter is used
|
||||
set ignorecase
|
||||
set smartcase
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue