On 2018-03-29 06:21, Tim Chase wrote:
> > I want to check, whether all paired lines have attached
> > the same value.  
> 
> You can find them with
> 
> /^command a-\(\w\+\) \+\(\d\+\) *\ncommand b-\1 \+\2\@!

I suppose I should have offered both alternatives...finding those
that *don't* match, use my previous email. If you want those that
*do* match, use the regex

^command a-\(\w\+\) \+\(\d\+\) *\ncommand b-\1 \+\2$

(change the "\@!" at the end which asserts that the number DOESN'T
match to a "$")

-tim


-- 
-- 
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/d/optout.

Reply via email to