Re: [patch] move to next error

2011-08-19 Fir de Conversatie Christian Brabandt
Hi Bram, attached is an updated patch, that should now also compile for small versions (I included some missing #ifdef): regards, Christian -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: [patch] move to next error

2011-08-09 Fir de Conversatie Christian Brabandt
Hi Bram! Here is an updated patch, that should work with match() functions and includes a test. It is using the next_search_hl() function to find matches from the matchlist (and I had to make this function non-static in order to use it). Unfortunately, this does not seem to work well with

Re: [patch] move to next error

2011-08-08 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Hi Bram! On Do, 04 Aug 2011, Bram Moolenaar wrote: What about [h and ]h, which would move to the next/previous instance of the highlighting group specified in a new vim option; as a suggestion, jumphlgroup . This would be instead of [t and ]t, and

Re: [patch] move to next error

2011-08-07 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 04 Aug 2011, Bram Moolenaar wrote: What about [h and ]h, which would move to the next/previous instance of the highlighting group specified in a new vim option; as a suggestion, jumphlgroup . This would be instead of [t and ]t, and could be used instead of [e and]e,

Re: [patch] move to next error

2011-08-04 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: Christian Brabandt wrote: Hi Bram! On Di, 02 Aug 2011, Bram Moolenaar wrote: Christian Brabandt wrote: this patch fixes this issue from the todo list: , | 8 Add a command to jump to the next character highlighted with | Error.

Re: [patch] move to next error

2011-08-03 Fir de Conversatie Charles Campbell
Christian Brabandt wrote: Hi Bram! On Di, 02 Aug 2011, Bram Moolenaar wrote: Christian Brabandt wrote: this patch fixes this issue from the todo list: , | 8 Add a command to jump to the next character highlighted with | Error. ` It implements the [e and ]e movement

Re: [patch] move to next error

2011-08-03 Fir de Conversatie Ben Schmidt
On 3/08/11 6:30 AM, Bram Moolenaar wrote: Christian Brabandt wrote: this patch fixes this issue from the todo list: , | 8 Add a command to jump to the next character highlighted with | Error. ` It implements the [e and ]e movement commands, which move to the previous or next

Re: [patch] move to next error

2011-08-02 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: this patch fixes this issue from the todo list: , | 8 Add a command to jump to the next character highlighted with | Error. ` It implements the [e and ]e movement commands, which move to the previous or next error. And while I was at it, I also

Re: [patch] move to next error

2011-08-02 Fir de Conversatie Christian Brabandt
Hi Small update to the patch. What the patch does not yet do is take the matchlist into account. Should it move there too? On Mo, 01 Aug 2011, Christian Brabandt wrote: @@ -6329,7 +6330,7 @@ curwin-w_set_curswant = TRUE; i = do_search(cap-oap, dir, pat, cap-count1, -

Re: [patch] move to next error

2011-08-02 Fir de Conversatie Christian Brabandt
Hi Bram! On Di, 02 Aug 2011, Bram Moolenaar wrote: Christian Brabandt wrote: this patch fixes this issue from the todo list: , | 8 Add a command to jump to the next character highlighted with | Error. ` It implements the [e and ]e movement commands, which

[patch] move to next error

2011-08-01 Fir de Conversatie Christian Brabandt
Hi Bram, this patch fixes this issue from the todo list: , | 8 Add a command to jump to the next character highlighted with | Error. ` It implements the [e and ]e movement commands, which move to the previous or next error. And while I was at it, I also made [t ]t move to the