Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    What is "Vim Speak"? Commented May 7, 2021 at 9:49
  • 1
    I don't see anything in there that can't be matched in Vim. Are you having trouble with zero-width matches? Commented May 7, 2021 at 9:50
  • If this can be matched in Vim that would be amazing but I cannot for the life of me figure it out, it isn't happy with the *+ Commented May 7, 2021 at 10:37
  • You don't need the *+. It's just an optimization for Perl. A plain old * would work fine. Commented May 7, 2021 at 11:11