Re: [ANN] vim patch to support python3 interface

2009-05-21 Thread Tony Mechelynck
On 12/05/09 18:35, Roland Puntaier wrote: > Hello, > > I have ported vim's python interface (if_python.c) to the python3 C-API. > > The changed files are: > - Makefile (for linux) > - Make_mvc.mak (for windows) > - if_python3.c is a new file for the python3 related sources. it is based > on if_pyt

Re: [ANN] vim patch to support python3 interface

2009-05-25 Thread Roland Puntaier
vim_use@googlegroups.com schrieb am 21.05.2009 14:27:13: > > On 12/05/09 18:35, Roland Puntaier wrote: > > Hello, > > > > I have ported vim's python interface (if_python.c) to the python3 C-API. > > > > The changed files are: > > - Makefile (for linux) > > - Make_mvc.mak (for windows) > > - if_