Re: Fw: Case-sensitive :e globbing under cygwin?

2007-03-16 Thread Michael Schaap
On 16-Mar-2007 23:13, John Wiersba wrote: Thanks for your reply. You're right -- disabling the CASE_INSENSITIVE_FILENAME compile-time option changes this behavior. However, I disagree that case insensitivity is the correct behavior. Cygwin is perfectly capable of supporting case-sensitive g

Re: Fw: Case-sensitive :e globbing under cygwin?

2007-03-16 Thread John Wiersba
<[EMAIL PROTECTED]>; Vim mailing list Sent: Friday, March 16, 2007 4:21:01 PM Subject: Re: Fw: Case-sensitive :e globbing under cygwin? On 16-Mar-2007 20:59, A.J.Mechelynck wrote: > >> >> As far as I can tell everything is set up to give case-sensitive >> globbing. Bash

Re: Fw: Case-sensitive :e globbing under cygwin?

2007-03-16 Thread Michael Schaap
On 16-Mar-2007 20:59, A.J.Mechelynck wrote: As far as I can tell everything is set up to give case-sensitive globbing. Bash does case-sensitive globbing at the command line and in a simple script #!/bin/bash echo file* Do you believe vim is shelling out to do globbing under cygwin, rathe

Re: Fw: Case-sensitive :e globbing under cygwin?

2007-03-16 Thread A.J.Mechelynck
John Wiersba wrote: Thanks, Tony, for your reply. My pleasure. I did see this present post of yours on the list; the reason I didn't answer is I had nothing significant to contribute. As far as I can tell everything is set up to give case-sensitive globbing. Bash does case-sensitive glob