Vim tab completion now ignores case on filenames.
This commit is contained in:
parent
2bac9d2cef
commit
a39912c245
1
vimrc
1
vimrc
@ -14,6 +14,7 @@ set autowrite
|
|||||||
set cmdheight=2
|
set cmdheight=2
|
||||||
set wildmode=longest,list,full
|
set wildmode=longest,list,full
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
set wildignorecase
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
"Change working dir to current dir
|
"Change working dir to current dir
|
||||||
|
Loading…
Reference in New Issue
Block a user