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

testdriver: fix data race introduced in #1101 #1105

Merged
merged 1 commit into from
Sep 20, 2021
Merged

Commits on Sep 19, 2021

  1. testdriver: fix data race introduced in #1101

    With #1101 a data race was accidentally introduced where the global
    testsetup.VimCommand was overwritten.
    We now make a local copy that is modified instead.
    
    Fixing this revealed that #1101 wasn't enough. Testscript conditions
    that matches a vim version also used the testscript subcommand instead
    of real vim. It now uses the real vim.
    
    Closes #1104
    leitzler committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    3b0a833 View commit details
    Browse the repository at this point in the history