Path completion on Windows and Unix are different regarding case sensitivity. Given file './Blah' on Windows, vim command ':e b<tab>' will expand out to ':e Blah'. On Linux it does not expand, even though bash does as I have 'set completion-ignore-case on' in my ~/.inputrc.
I would much prefer case insensitive completion on Linux. Ideally vim would honor .inputrc settings. I'd like to offer a patch but the learning curve for the vim source seems rather steep. Any chance of getting this implemented? Or can someone offer some pointers on how to do it myself? Thanks, Thomas Rowe --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
