I recently noticed how to configure bash to do case-insensitive filename completion (in /etc/inputrc, add: set completion-ignore-case on), now how do I get this in vim?
Try
:set wildignorecase
I believe it is a pretty new feature, I have it working in the latest vim build(7.3.107)
see here.