Re: Remote command equivalent for -q command line option

2008-07-08 Fir de Conversatie Alexei Alexandrov
Ben Schmidt wrote: Is it possible to get what I want? With a little jiggerypokery it should be! Perhaps something like gvim --remote-send C-\C-N:cfile build.logCR:call foreground()CR You'd obviously want to wrap that in a shell script or alias... And there are other possibilities if

Re: Remote command equivalent for -q command line option

2008-07-08 Fir de Conversatie Ben Schmidt
Alexei Alexandrov wrote: Ben Schmidt wrote: Is it possible to get what I want? With a little jiggerypokery it should be! Perhaps something like gvim --remote-send C-\C-N:cfile build.logCR:call foreground()CR You'd obviously want to wrap that in a shell script or alias... And there are

Re: Remote command equivalent for -q command line option

2008-07-08 Fir de Conversatie Alexei Alexandrov
Ben Schmidt wrote: Alexei Alexandrov wrote: Err... I'll play with it, thanks! But I just realized that I don't like --remote-send since it doesn't create a new Vim instance in case when no server is running yet... Keeping thinking and trying... If not on Windows, perhaps an autocommand

Remote command equivalent for -q command line option

2008-07-07 Fir de Conversatie Alexei Alexandrov
Hi, I often use something like gvim -q build.log to browse through the build log compilation errors. I also use something like gvim --remote-tab-silent PATH quite a bit to open files in the already running instance of gvim. Ideally, I'd like to combine these 2 things and be able to load