Don't ignore case in command line file completions
This commit is contained in:
parent
24de16b587
commit
0d4dab892e
@ -112,6 +112,8 @@ set isfname-=:
|
||||
set hlsearch incsearch
|
||||
" Set ignore search case unless mixed
|
||||
set ignorecase smartcase
|
||||
" Don't ignore case in command line file completions
|
||||
set nofileignorecase
|
||||
|
||||
" Allow buffers with changes to be hidden
|
||||
set hidden
|
||||
|
Loading…
x
Reference in New Issue
Block a user