Make automatic prototype generation work with more interfaces.

This commit is contained in:
Bram Moolenaar
2010-07-18 18:04:50 +02:00
parent dc536095ac
commit 6df6f47d6d
15 changed files with 2860 additions and 71 deletions

View File

@ -12,6 +12,7 @@ The Python Interface to Vim *python* *Python*
4. Range objects |python-range|
5. Window objects |python-window|
6. Dynamic loading |python-dynamic|
7. Python 3 |python3|
{Vi does not have any of these commands}
@ -327,5 +328,15 @@ The name of the DLL must match the Python version Vim was compiled with.
Currently the name is "python24.dll". That is for Python 2.4. To know for
sure edit "gvim.exe" and search for "python\d*.dll\c".
==============================================================================
7. Python 3 *python3*
Python 3 support can exist next to Python 2.x.
*:py3* *:python3* *:py3file*
TODO
==============================================================================
vim:tw=78:ts=8:ft=help:norl: