I use gvim on windows very frequently. I have in my .vimrc:
set confirm
However, this opens a little dialog box, so I have to use my mouse to quit. In command line vim, I get this:
:q
Save changes to "Untitled"?
[Y]es, (N)o, (C)ancel:
Is there anyway I can configure gvim to behave this way?