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

Use vim.fn.shellescape() to escape the Nextest test filters #55

Merged
merged 2 commits into from
Sep 20, 2023

Commits on Sep 20, 2023

  1. Revert "Merge pull request #52 from ErezAmihud/bugfix/windows-running…

    …-with-filter"
    
    This reverts commit ff2a2fb, reversing
    changes made to c8894d8.
    rouge8 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b9c1e54 View commit details
    Browse the repository at this point in the history
  2. Use vim.fn.shellescape() to escape the Nextest test filters

    This should be compatible with all shells on macOS, Linux, and Windows.
    
    Fixes #53. Closes #54.
    rouge8 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f8069f4 View commit details
    Browse the repository at this point in the history