* 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 completion acts case-insensitive.  This is
>> driving me CRAZY.  If I have "lib" and "LICENSE" in a
>> directory, and I hit "l<Tab>" I expect "lib" to be completed,
>> but instead it wants me to choose between the two.  How can I
>> fix this?
> 
>  Does it change if you use ":set noignorecase" (without the quotes)?

In case this doesn't work and you only want console vim, you can
could compile vim yourself with the following configure
parameters (among others of your choice):

./configure --without-x --disable-gui \
--disable-gtk-check --disable-gtk2-check \
--disable-motif-check --disable-athena-check \
--disable-nextaw-check --disable-carbon-check \
--disable-darwin --with-mac-arch=current

This works for me even on case insensitive HFS+.

I don't know whether this would apply to a GUI version as well,
though.

c
-- 
_B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>

Reply via email to