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(VIM-2553): Substitute consecutive matches #483

Merged

Commits on Mar 19, 2022

  1. Fix(VIM-2553): Substitute consecutive matches

    We need to set newend after the content of match is final, otherwise we
    can end up in an endless loop. This allows us to remove the
    startoff != latestOff check that previously prevented this endless
    loop and caused this bug.
    Vvalter committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    4b531d8 View commit details
    Browse the repository at this point in the history