You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
Hi,
The plugin need +python option to work, hence it gives the following error:
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 !
The text was updated successfully, but these errors were encountered: