amoffat / snake

Full Python Scripting in Vim
1.41k stars 56 forks source link

Python 3 scripting? #20

Closed intelfx closed 6 years ago

intelfx commented 8 years ago

it would be nice to have a knob to make snake use python 3 engine, or at least a separate branch with python 3 support (as in intelfx/snake@0085142d6d0df7e13848cc72f63bd5ff8dcf47fe).

Or, even better, make it use python 3 by default (sweet dreams of a legacy-free world).

amoffat commented 6 years ago

Python2 and Python3 are now both supported

intelfx commented 6 years ago

@amoffat Can we at least have a choice which python to use? py3 as a fallback only is really not nice.