Post by Paul McKneelyThe editor comes up with only the window frame. There is no line with
drop-down options at the top so I can't select the Options the way it
is.
That would indicate more than just the VI mode option is currently
broken. Your active copy must have gotten royally screwed up.
Post by Paul McKneelyAlso, I am unaware of where my "home directory" is. If I go into the
Users directory from C: and my user name under that, I can't see any
file that might be the saved configuration.
You didn't look hard enough :-) The directory in question is best
referred to as
"%APPDATA%\Open Watcom"
The value of %APPDATA% varies with the version of Windows and some of
its environment properties, but it's usually somewhere below your home
directory. The appdata directory may be hidden from plain sight by
default settings of explorer and the command line, but you can see it in
a console window if you know how:
cd /d "%APPDATA%\Open Watcom"
dir
Post by Paul McKneelySomewhere I read
in the Watcom notes that, if you delete the file, a new one will be
created the next time you run the editor.
That's for _your_ copy. The file you moved away is the master copy that
this new one would be built from.