This is an archive of the discontinued LLVM Phabricator instance.

[vim] Fix regexp matching against syntax attribute
AbandonedPublic

Authored by gAlfonso-bit on Aug 2 2021, 9:47 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

There is no operator =? in Vim. Use =~? for regexp matching ignoring case.
Using double quote in rhs does not work with the pattern. Use single quote.

Diff Detail

Event Timeline

gAlfonso-bit requested review of this revision.Aug 2 2021, 9:47 AM
gAlfonso-bit created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2021, 9:47 AM

Any update on this?

Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2022, 8:48 AM
gAlfonso-bit abandoned this revision.Dec 6 2022, 8:05 PM