Re: [PATCH] Move more data to if_py_both.h

2013-05-18 Fir de Conversatie Ken Takata
Hi Bram, 2013/05/18 Sat 21:07:52 UTC+9 Bram Moolenaar wrote: > Xavier de Gaye wrote: > > > On Fri, May 17, 2013 at 11:56 PM, ZyX wrote: > > > These patches make all variants of invoking python use the same > > > DoPyCommand function (renamed from DoPy3Command and DoPythonCommand) > > > and moved

Re: [PATCH] Move more data to if_py_both.h

2013-05-18 Fir de Conversatie Bram Moolenaar
Xavier de Gaye wrote: > On Fri, May 17, 2013 at 11:56 PM, ZyX wrote: > > These patches make all variants of invoking python use the same > > DoPyCommand function (renamed from DoPy3Command and DoPythonCommand) > > and moved actual implementation to if_py_both. Also made new py*do > > commands use

Re: [PATCH] Move more data to if_py_both.h

2013-05-18 Fir de Conversatie Bram Moolenaar
ZyX wrote: > These patches make all variants of invoking python use the same > DoPyCommand function (renamed from DoPy3Command and DoPythonCommand) > and moved actual implementation to if_py_both. Also made new py*do > commands use this and use other existing functions (like GetBufferLine > in pl

Re: [PATCH] Move more data to if_py_both.h

2013-05-18 Fir de Conversatie Xavier de Gaye
On Fri, May 17, 2013 at 11:56 PM, ZyX wrote: > These patches make all variants of invoking python use the same > DoPyCommand function (renamed from DoPy3Command and DoPythonCommand) > and moved actual implementation to if_py_both. Also made new py*do > commands use this and use other existing funct

[PATCH] Move more data to if_py_both.h

2013-05-17 Fir de Conversatie ZyX
These patches make all variants of invoking python use the same DoPyCommand function (renamed from DoPy3Command and DoPythonCommand) and moved actual implementation to if_py_both. Also made new py*do commands use this and use other existing functions (like GetBufferLine in place of pyline nonsen