Thanks for the feedback! I had hoped that - like in Perl - there is a [(possibly) undocumented] feature or a "trick" that lets you extract the start and the end positions (columns) after a *single* call to match(), using both \zs and \ze.
I would prefer such a solution over having to determine the end position of the match with a second call to matchend(), employing the same set of - possibly "expensive" parameters. ... -- -- You received this message from the "vim_use" 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_use" 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/groups/opt_out.
