[PATCH] count for CR in quickfix window

2006-12-31 Thread AOYAMA Shotaro
Hi, Here is a small patch for specifying a window in which vim opens an error when you hit ENTER in a quickfix window. With this patch, you may hit "3" in the quickfix window, then the selected error is displayed in the window #3. Often I face a situation that I want to display an error, but don'

Re: [PATCH] count for CR in quickfix window

2007-01-01 Thread Mikolaj Machowski
Dnia pon sty 1 2007, AOYAMA Shotaro napisaƂ: > Hi, > > Here is a small patch for specifying a window in which vim opens > an error when you hit ENTER in a quickfix window. > With this patch, you may hit "3" in the quickfix window, > then the selected error is displayed in the window #3. > > Often I

Re: [PATCH] count for CR in quickfix window

2007-01-07 Thread Bram Moolenaar
Shotaro Aoyama wrote: > Here is a small patch for specifying a window in which vim opens > an error when you hit ENTER in a quickfix window. > With this patch, you may hit "3" in the quickfix window, > then the selected error is displayed in the window #3. > > Often I face a situation that I wan

Re: [PATCH] count for CR in quickfix window

2007-01-07 Thread AOYAMA Shotaro
Bram Moolenaar wrote: >Thanks for making this patch. It looks useful. > >I think it would be good to add some error handling: what if the number >entered is out of range for the number of windows? Giving out of range number to w, vim shows no error and goes to the window that has the largest num