Re: Quickfix window not working anymore

2007-02-19 Thread Gautam Iyer
On Mon, Feb 19, 2007 at 02:21:49PM +0100, A.J.Mechelynck wrote: > > I just upgraded to Vim-7.0.195, and found that my quick fix bindings > > don't work any more. For instance > > > >:vimgrep /pattern/ *.c > >:copen > > > > Then pressing on a particular error does not move to that error

Re: Quickfix window not working anymore

2007-02-19 Thread A.J.Mechelynck
Ryan Phillips wrote: Gautam Iyer <[EMAIL PROTECTED]> said: Hi All, I just upgraded to Vim-7.0.195, and found that my quick fix bindings don't work any more. For instance :vimgrep /pattern/ *.c :copen Then pressing on a particular error does not move to that error location quick fix w

Re: Quickfix window not working anymore

2007-02-19 Thread Ryan Phillips
Gautam Iyer <[EMAIL PROTECTED]> said: > Hi All, > > I just upgraded to Vim-7.0.195, and found that my quick fix bindings > don't work any more. For instance > > :vimgrep /pattern/ *.c > :copen > > Then pressing on a particular error does not move to that error > location quick fix windo

Re: Quickfix window not working anymore

2007-02-19 Thread A.J.Mechelynck
Bill McCarthy wrote: On Mon 19-Feb-07 7:21am -0600, A.J.Mechelynck wrote: Works for me. For me too. BTW, Tony, I've never used :copen before - I use :cw . There look the same but the documentation doesn't seem to indicate that they are the same. What's the difference between :copen and :cw

Re: Quickfix window not working anymore

2007-02-19 Thread Yegappan Lakshmanan
Hi, On 2/19/07, Bill McCarthy <[EMAIL PROTECTED]> wrote: On Mon 19-Feb-07 7:21am -0600, A.J.Mechelynck wrote: > Works for me. For me too. BTW, Tony, I've never used :copen before - I use :cw . There look the same but the documentation doesn't seem to indicate that they are the same. What's

Re: Quickfix window not working anymore

2007-02-19 Thread Bill McCarthy
On Mon 19-Feb-07 7:21am -0600, A.J.Mechelynck wrote: > Works for me. For me too. BTW, Tony, I've never used :copen before - I use :cw . There look the same but the documentation doesn't seem to indicate that they are the same. What's the difference between :copen and :cwindow ? -- Best regar

Re: Quickfix window not working anymore

2007-02-19 Thread A.J.Mechelynck
Gautam Iyer wrote: Hi All, I just upgraded to Vim-7.0.195, and found that my quick fix bindings don't work any more. For instance :vimgrep /pattern/ *.c :copen Then pressing on a particular error does not move to that error location quick fix window. The same happens if instead of "vi

Quickfix window not working anymore

2007-02-19 Thread Gautam Iyer
Hi All, I just upgraded to Vim-7.0.195, and found that my quick fix bindings don't work any more. For instance :vimgrep /pattern/ *.c :copen Then pressing on a particular error does not move to that error location quick fix window. The same happens if instead of "vimgrep" I use :grep or