this is usually the result of running in vi-compatible mode. What's
the output of `:set compatible?`? (should be 'nocompatible'). Put `set
compatible` as first line into your .vimrc to fix this.
HTH,
Nico
Oh, I'm sorry, it has to be `set nocompatible` of course. Does that
help?
Strange. Does it work if you launch MacVim with `mvim -u NONE -U NONE -
N` (that tells it to skip your .vimrc, your .gvimrc, your plugins, but
_does_ start MacVim in nocompatible mode)? If so, please post
your .vimrc/.gvimrc files.
Where do you try to complete file system paths? This only works in
places where vim expects a file (e.g. behind `:e `). If you try it
after e.g. `:echo` for testing, it won't work.
Nico