Bram Moolenaar
|
3dab2806fe
|
updated for version 7.3.957
Problem: Python does not have a "do" command like Perl or Lua.
Solution: Add the ":py3do" command. (Lilydjwg)
|
2013-05-15 18:28:13 +02:00 |
|
Bram Moolenaar
|
5e538ecd5e
|
updated for version 7.3.949
Problem: Python: no easy access to tabpages.
Solution: Add vim.tabpages and vim.current.tabpage. (ZyX)
|
2013-05-15 15:12:29 +02:00 |
|
Bram Moolenaar
|
db91395312
|
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
|
4c3a326c53
|
Temporary solution for crashing when using both :py and :py3: disallow both in
one session.
|
2010-07-24 15:42:14 +02:00 |
|
Bram Moolenaar
|
368373e909
|
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
|
2010-07-19 20:46:22 +02:00 |
|
Bram Moolenaar
|
6df6f47d6d
|
Make automatic prototype generation work with more interfaces.
|
2010-07-18 18:04:50 +02:00 |
|
Bram Moolenaar
|
bd5e15fd5c
|
Added support for Python 3. (Roland Puntaier)
|
2010-07-17 21:19:38 +02:00 |
|