On 2018-03-29 20:34, tuxic@posteo.de wrote:
> On 03/29 06:55, Tim Chase wrote:
> > On 2018-03-29 06:21, Tim Chase wrote:
> > > > I want to check, whether all paired lines have attached
> > > > the same value.
> > >
> > > /^command a-\(\w\+\) \+\(\d\+\) *\ncommand b-\1 \+\2\@!
> >
> > ^command a-\(\w\+\) \+\(\d\+\) *\ncommand b-\1 \+\2$
>
> Hi Tim,
>
> simply amazing! Thanks a lot for your help! THIS will easy my work a
> lot!
Another edge-case occurred to me where they differ after a common
subset. E.g.
command a-parameter 1
command b-parameter 11
which might consider them a match/mismatch in one or the other of
those cases so it might require anchoring with either a "\>" or "$" to
ensure the match ends where expected.
-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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thursday, March 29, 2018
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment