Hi,

When creating a vim build for Windows, I noticed that Python 2 and Python 3 are 
not exactly compatible. I can imagine that there are plugins written using both 
versions.

What is a reasonable solution for supporting these languages in vim builds? 
They can't be loaded both at the same time. One option is to support just one 
of them (newer??), or to load them dynamically (python3/dyn, python/dyn) but 
the first python plugin loaded dictates which python version is enabled for 
that particular vim process. I am just guessing that if the other version 
loading is triggered by a plugin, a vim process would just crash.

Any help appreciated, thanks.

kybu



-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to