Bram Moolenaar
|
92591ff798
|
updated for version 7.3.569
Problem: Evaluating Vim expression in Python is insufficient.
Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX)
|
2012-06-29 12:54:53 +02:00 |
|
Bram Moolenaar
|
a324d8f0d6
|
Temporary solution for crashing when using both :py and :py3: disallow both in
one session.
--HG--
branch : vim73
|
2010-07-24 15:42:14 +02:00 |
|
Bram Moolenaar
|
206e86e4b3
|
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
--HG--
branch : vim73
|
2010-07-19 20:46:22 +02:00 |
|
Bram Moolenaar
|
222acc458c
|
Make automatic prototype generation work with more interfaces.
--HG--
branch : vim73
|
2010-07-18 18:04:50 +02:00 |
|
Bram Moolenaar
|
56361677b1
|
Added support for Python 3. (Roland Puntaier)
--HG--
branch : vim73
|
2010-07-17 21:19:38 +02:00 |
|