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

Added support for cygwin shells on Windows #288

Closed
wants to merge 1 commit into from
Closed

Added support for cygwin shells on Windows #288

wants to merge 1 commit into from

Conversation

Chronial
Copy link

Vundle breaks under windows when using linux shells (possible with VimShell. This change fixes it. It’s hard to detect what kind of shell we are using, but checking if shellcmdflag contains a / should detect all true windows shells.

@starcraftman
Copy link
Contributor

Old change, no longer needed. Verified that the relevant line has been changed to. I think I prefer the shellcmdflag check, we might just change them all to that at a later date. But that is a minor lateral refactor.
262 if ((has('win32') || has('win64')) && empty(matchstr(&shell, 'sh')))

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants