-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
Maktaba has a little bit of python code in the python/ subdir for things like json and diff processing, and some helpers in maktaba#python# to help plugin developers load their own python cleanly. That python code isn't all python3 compatible.
We should update all of that to be py2/py3 compatible and get the tests running against py3 builds of vim so that it's possible to run maktaba plugins on new builds of vim that enable py3 instead of py2 (py2/py3 can't really coexist in the same vim instance, see http://vimdoc.sourceforge.net/htmldoc/if_pyth.html).
Reactions are currently unavailable