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
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
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
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
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