This is an archive of the discontinued LLVM Phabricator instance.

Vim Command
AcceptedPublic

Authored by ps-19 on Apr 1 2022, 9:43 AM.

Details

Summary

Corrected a vim command, which was causing error when trying to build.

As per https://vi.stackexchange.com/questions/6265/usage-of-the-operator the operator is actually "=~?" not "=?".

Diff Detail

Event Timeline

ps-19 created this revision.Apr 1 2022, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2022, 9:43 AM
ps-19 requested review of this revision.Apr 1 2022, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2022, 9:43 AM
aaron.ballman resigned from this revision.Apr 1 2022, 10:55 AM

I'm not qualified to review this (I know almost nothing about vim)

beanz accepted this revision.Apr 1 2022, 12:23 PM

This looks correct to me.

This revision is now accepted and ready to land.Apr 1 2022, 12:23 PM
ps-19 retitled this revision from Vim Syntax Error to Vim Command.Apr 3 2022, 5:16 AM
ps-19 edited the summary of this revision. (Show Details)