Skip to content
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

Fix various oversights in modeline regexes #5271

Merged
merged 5 commits into from
Mar 19, 2021
Merged

Fix various oversights in modeline regexes #5271

merged 5 commits into from
Mar 19, 2021

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    612d615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    014021c View commit details
    Browse the repository at this point in the history
  3. Use correct syntax in Vim modeline fixture

    The capitalisation of "prolog" is left intact to assert case-insensitive
    comparison of language names (i.e., we don't care that Vim's Prolog mode
    is actually lowercase).
    Alhadis committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    1b4127e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    804a63a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    890c6c5 View commit details
    Browse the repository at this point in the history