Re: Case-sensitive match for :e under cygwin?

2007-03-14 Thread John Wiersba
: Re: Case-sensitive match for :e under cygwin? I hope I am not speaking prematurely here, but I really think that this has more to do with the underlying Windows Filesystem stuff. As you probably know the files in windows are NOT case sensitive and I think that vim is probably using some form

Case-sensitive match for :e under cygwin?

2007-03-13 Thread John Wiersba
When I use :e file* under cygwin (a Unix emulator running on Windows), I get an error saying E77: Too many filenames. But in fact there is only one such file. However, there are other files matching FILE*. How can I turn off this behavior so that vim under cygwin performs case-sensitive

Re: Case-sensitive match for :e under cygwin?

2007-03-13 Thread fREW
On 3/13/07, John Wiersba [EMAIL PROTECTED] wrote: When I use :e file* under cygwin (a Unix emulator running on Windows), I get an error saying E77: Too many filenames. But in fact there is only one such file. However, there are other files matching FILE*. How can I turn off this behavior