X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=ed6ce3b1f7882d0b345eefc8749deccb879926d6;hb=ae1617edc6d3d33217969a46b8eabb891e4bf1c8;hp=491979b73622e1145d87597a652bf6284fae4362;hpb=72689700fae926c2cfbd652e2b5751e7409fa3b1;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 491979b..ed6ce3b 100644 --- a/vimrc +++ b/vimrc @@ -65,6 +65,10 @@ set nomodeline " matches after another (full). Thanks to pbrisbin " (http://pbrisbin.com:8080/dotfiles/vimrc). set wildmode=list:longest,full +" Ignore case when completing files/directories. +if exists('+wildignorecase') + set wildignorecase +endif " Increase history of executed commands (:). set history=1000