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

Support of +python3 compilation flag in vim #2

Open
dtrckd opened this issue Oct 26, 2016 · 1 comment
Open

Support of +python3 compilation flag in vim #2

dtrckd opened this issue Oct 26, 2016 · 1 comment

Comments

@dtrckd
Copy link

dtrckd commented Oct 26, 2016

Hi,

The plugin need +python option to work, hence it gives the following error:

 Error: Docstring requires vim compiled with +python

However, when vim has only the +python3 flag enabled, it doesn't work.
Should the docstrings depend on the version of python ?
If not, would it be a possibility to make the plugin work when only one of those flags (+python | +python3) is enabled.

Because vim packages in debian (vim-nox, vim-gtk etc) has only the python3 flag enabled, it will make the plugin work without recompiling vim. (at least on Debian...)

Thanks !

@Benhgift
Copy link

Benhgift commented Jul 9, 2020

I only have +python3 with my vim version and it works great. This can also be closed out @Milly

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

2 participants