Re: case-sens in completion on Mac OS X

2007-03-25 Thread A.J.Mechelynck
Ricardo SIGNES wrote: I am running Vim 7.0.218, the latest build from macvim.org. I run the vim binary from inside the app bundle at the console to get my terminal vim. My filesystem is case-sensitive HFS+, but vim's filename completion acts case-insensitive. This is driving me CRAZY. If I

Re: case-sens in completion on Mac OS X

2007-03-25 Thread Christian Ebert
* A.J.Mechelynck on Sunday, March 25, 2007 at 11:07:35 +0200: Ricardo SIGNES wrote: I am running Vim 7.0.218, the latest build from macvim.org. I run the vim binary from inside the app bundle at the console to get my terminal vim. My filesystem is case-sensitive HFS+, but vim's filename

Re: case-sens in completion on Mac OS X

2007-03-25 Thread Ricardo SIGNES
* A.J.Mechelynck [EMAIL PROTECTED] [2007-03-25T05:07:35] My filesystem is case-sensitive HFS+, but vim's filename completion acts If I have lib and LICENSE in a directory, and I hit lTab I expect lib to be completed, but instead it wants me to choose between the two. Does it change if

Re: case-sens in completion on Mac OS X

2007-03-25 Thread Tobia
Ricardo SIGNES wrote: I am running Vim 7.0.218, the latest build from macvim.org. I run the vim binary from inside the app bundle at the console to get my terminal vim. My filesystem is case-sensitive HFS+, but vim's filename completion acts case-insensitive. This is driving me CRAZY.

Re: case-sens in completion on Mac OS X

2007-03-25 Thread Ricardo SIGNES
* Tobia [EMAIL PROTECTED] [2007-03-25T10:04:57] It is set at misc1.c:8892 (Vim 7.0) from the CASE_INSENSITIVE_FILENAME define, which is only defined at os_unix.h:44 and only if compiling under Cygwin. It would seem that the macvim.org developers explicitly enabled this feature. Thanks,