I was wondering if anyone knew of way of making gvim to default to the behavior of opening all files opened by gvim into the same gvim instance. I know there are parameters that could be sent to it by command line to force this, but I was wondering if there was something that that could be added to the .gvimrc file rather than a command line parameter.
The reason for this is that I'm using gvim with cscope. So I'm setting cscope to use gvim as my editor. However I don't know how to or its not allowed (probably the former) to force cscope to allow me to send parameters to the editor.
A solution to either problem would suffice.
Thanks in advance.