Do this:
mvim foo.F
type: foo.F in file (save and close).
mvim foo.f
type: foo.f in file (save and close)
then run mvim -d foo.F foo.f
These are 2 different files, but only the first loads.
--
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
Running vim in Terminal does the correct thing.
So, the file system case sensitivity is not the issue.
Any other ideas?