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 side effect from python support check #277

Merged
merged 1 commit into from
Nov 17, 2019

Conversation

ferreum
Copy link
Contributor

@ferreum ferreum commented Nov 16, 2019

has('python') caused vim to initialize with python 2, disabling python 3
altogether.

  • Reverse the check, such that python 3 is used if available.
  • Before that, check for pythonx, which initializes according to pyxversion
    option if availabe

See :h has-python for more details.

has('python') caused vim to initialize with python 2, disabling python 3
altogether.

- Reverse the check, such that python 3 is used if available.
- Before that, check for pythonx, which initializes according to pyxversion
  option if availabe

See :h has-python for more details.
@ferreum ferreum mentioned this pull request Nov 16, 2019
@maralla
Copy link
Owner

maralla commented Nov 17, 2019

Thanks!

@maralla maralla merged commit 9bcd8f5 into maralla:master Nov 17, 2019
@ferreum
Copy link
Contributor Author

ferreum commented Nov 17, 2019

Thanks for merging. This should resolve #267.

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