Vim tab completion now ignores case on filenames.

This commit is contained in:
Faerbit 2014-01-17 14:06:14 +01:00
parent 2bac9d2cef
commit a39912c245

1
vimrc
View File

@ -14,6 +14,7 @@ set autowrite
set cmdheight=2
set wildmode=longest,list,full
set wildmenu
set wildignorecase
syntax on
filetype plugin indent on
"Change working dir to current dir