Re: filename completion ignorecase for Vim 7

2006-06-17 Thread A.J.Mechelynck
Gerald Lai wrote: On Sat, 17 Jun 2006, A.J.Mechelynck wrote: Gerald Lai wrote: On Sat, 17 Jun 2006, Bram Moolenaar wrote: Gerald Lai wrote: For Vim 7, it seems that filename completion in the :cmdline ignores case when searching for matches. For example, :e F matches both foo.txt

Re: filename completion ignorecase for Vim 7

2006-06-17 Thread Gerald Lai
On Sat, 17 Jun 2006, A.J.Mechelynck wrote: Gerald Lai wrote: On Sat, 17 Jun 2006, Bram Moolenaar wrote: Gerald Lai wrote: For Vim 7, it seems that filename completion in the :cmdline ignores case when searching for matches. For example, :e F matches both foo.txt Foo.txt This i

Re: filename completion ignorecase for Vim 7

2006-06-17 Thread A.J.Mechelynck
Gerald Lai wrote: On Sat, 17 Jun 2006, Bram Moolenaar wrote: Gerald Lai wrote: For Vim 7, it seems that filename completion in the :cmdline ignores case when searching for matches. For example, :e F matches both foo.txt Foo.txt This is different from Vim 6 where it only matches

Re: filename completion ignorecase for Vim 7

2006-06-17 Thread Gerald Lai
On Sat, 17 Jun 2006, Bram Moolenaar wrote: Gerald Lai wrote: For Vim 7, it seems that filename completion in the :cmdline ignores case when searching for matches. For example, :e F matches both foo.txt Foo.txt This is different from Vim 6 where it only matches Foo.txt Is the

Re: filename completion ignorecase for Vim 7

2006-06-17 Thread Bram Moolenaar
Gerald Lai wrote: > For Vim 7, it seems that filename completion in the :cmdline ignores > case when searching for matches. For example, > >:e F > > matches both > >foo.txt >Foo.txt > > This is different from Vim 6 where it only matches > >Foo.txt > > Is there any way to rev

Re: filename completion ignorecase for Vim 7

2006-06-17 Thread liujiaping
try :noic On Sat, Jun 17, 2006 at 02:32:46AM -0700, Gerald Lai wrote: > Hi all, > > For Vim 7, it seems that filename completion in the :cmdline ignores > case when searching for matches. For example, > > :e F > > matches both > > foo.txt > Foo.txt > > This is different from Vim 6 where

filename completion ignorecase for Vim 7

2006-06-17 Thread Gerald Lai
Hi all, For Vim 7, it seems that filename completion in the :cmdline ignores case when searching for matches. For example, :e F 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