On Fri, May 16, 2008 at 9:18 AM, Jerry Geis geisj@pagestation.com wrote:
Somehow the VIM start screen is in the -f file... Not sure how that happened but glad its gone.
What do you mean? When you type "vim" on the terminal it tries to open the file named "-f"?
If that's the case, check the ".viminfo" file in your home directory. It saves the state of the last vim session and re-opens it when you execute vim again. Maybe you still have a reference to the offending file there.
HTH, Filipe