Skip to content

[vim] Fix regexp matching against syntax attribute #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

itchyny
Copy link

@itchyny itchyny commented Dec 2, 2020

  • 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.

- 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.
@repo-lockdown
Copy link

repo-lockdown bot commented Dec 2, 2020

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@repo-lockdown repo-lockdown bot closed this Dec 2, 2020
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Dec 2, 2020
@itchyny itchyny deleted the patch-1 branch December 2, 2020 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant