2009/11/21 Will Duquette:
> If I have the autochdir option set, and invoke MacVim from the
> terminal, specifying a relative path, like this:
>
> $ mvim lib/folder/file.txt
>
> then MacVim tells me that the directory doesn't exist, and gives me an
> empty buffer with the specified file name.
>
> Once MacVim is running, autochdir works as expected:
>
> $ mvim
> : e lib/folder/file.txt
>
> The above works fine.
This sounds like an old bug (search the vim_mac archives for a thread
named "mvim on file with path") so I assume you are using the stable
build of MacVim? If so, please update to the latest snapshot and
everything should be ok.
Björn