Yes, this solves the problem.
As far as I can tell USE_FNAME_CASE is not necessary even on case- insensitive volumes; foo.txt opens as Foo.txt if Foo.txt is the filename. CASE_INSENSITIVE_FILENAME, on the other hand, is used in tab completion (and maybe something else?); if we are on a case- insensitive volume having CASE_INSENSITIVE_FILENAME undefined yields incorrect tab-completion, conversely on a case sensitive volume. Fixing this would evidently require rewriting the tab completion code. ewan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
