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

python3 support #12

Closed
vuleetu opened this issue Jun 28, 2018 · 5 comments
Closed

python3 support #12

vuleetu opened this issue Jun 28, 2018 · 5 comments

Comments

@vuleetu
Copy link

vuleetu commented Jun 28, 2018

Any plan for python3 support?

@seletskiy
Copy link
Member

@vuleetu: nope. If you want, you can propose a change for it.

@kovetskiy
Copy link
Member

@vuleetu btw, why do you need it? From my experience, python3 is much slower than python2 in Vim.

@kleinjm
Copy link

kleinjm commented Oct 4, 2018

See https://robertbasic.com/blog/force-python-version-in-vim/ for a how to set your python version

@Corey-Keller
Copy link

TL;DR change all calls to 'py' into 'pyx' in "plugin/pythonx.vim" and "pythonx/px/autocommands.py" and python 3 seems to work.

The following commit from @ColinKennedy seems to be sufficient for everything to work with just python 3 (at least it does in my limited usage)
ColinKennedy@4a9adcf

@kovetskiy
Copy link
Member

kovetskiy commented May 6, 2020

Makes sense, added new commit: d8b45a4

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

No branches or pull requests

5 participants