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 made [t ]t move to > the previous/next item that is highlighted with TODO highlighting.
Thanks, I'll put it on the todo list. We are running out of command characters, taking two more from the ] and [ list makes me wonder how many users will use them. Perhaps we should have one "move to highlight" command with an argument to specify what kind of highlighting? That would be more future safe. -- No letters of the alphabet were harmed in the creation of this message. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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 http://www.vim.org/maillist.php
