SendKeys and Python 2.7
Albert Hopkins
marduk at letterboxes.org
Thu Sep 9 07:51:23 EDT 2010
On Thu, 2010-09-09 at 07:07 -0300, Jakson A. Aquino wrote:
> Vim needs python 2.7
>From where do you base this assertion? I have been using vim 7.3 (with
embedded python) with python 2.6 pretty much since it has been released.
:version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 29 2010
07:21:44)
[...]
:python import sys; print sys.version
2.6.5 (release26-maint, Aug 28 2010, 21:57:54)
[GCC 4.4.4]
More information about the Python-list
mailing list