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

More robust resetting of the shell. #988

Merged
merged 2 commits into from
Aug 2, 2016
Merged

More robust resetting of the shell. #988

merged 2 commits into from
Aug 2, 2016

Commits on Aug 1, 2016

  1. More robust resetting of the shell.

    Don't reset it on Windows, and only reset it if `/bin/sh` is executable (which
    should pretty much always be the case, but it's not in POSIX and IIRC POSIX
    explicitly advises against relying on it).
    
    This is basically the same method that vim-plug uses.
    
    This improves #967 and should fix #986.
    arp242 committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    53261bc View commit details
    Browse the repository at this point in the history
  2. Use go#util#IsWin

    arp242 committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    2dfd933 View commit details
    Browse the repository at this point in the history