Hi, On Mon, Apr 29, 2019 at 7:48 AM Andy Massimino <[email protected]> wrote: > > So does :cabo 3 mean move to the third error, counting up, above the current > line? >
Yes. If the specified count exceeds the number of entries above the current line, then it stops at the first error in the file. > > What if there are multiple errors on the current line, are they included in > the count? > Each entry in the current line is treated as separate entries. If the current line has 3 entries and the specified count is 2, then the cursor will not be moved. - Yegappan -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
