Hi all, For Vim 7, it seems that filename completion in the :cmdline ignores case when searching for matches. For example,
:e F<Tab> matches both foo.txt Foo.txt This is different from Vim 6 where it only matches Foo.txt Is there any way to revert back to the old behavior? -- Gerald