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

FormatTokensRewrite: handle first token correctly #3244

Merged
merged 2 commits into from
Jun 1, 2022

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    06efb5d View commit details
    Browse the repository at this point in the history
  2. FormatTokensRewrite: handle first token correctly

    The left side of the initial token should copy from the left side of the
    original initial token (i.e., BOF). Otherwise, if a few initial tokens
    were removed, we'll end up with the wrong result.
    kitbellew committed May 31, 2022
    Configuration menu
    Copy the full SHA
    664f8b0 View commit details
    Browse the repository at this point in the history