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 backslash handling in shell splitting on Windows #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2015

  1. Configuration menu
    Copy the full SHA
    3b36f11 View commit details
    Browse the repository at this point in the history
  2. convert windows split_like_shell to m//gc parser

    This makes it easier to do multi-character matches, which are important
    to handle backslashes properly.
    haarg committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    a9a77ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d80ed View commit details
    Browse the repository at this point in the history