Re: missing setbufline()?

2006-10-24 Thread Bram Moolenaar
Yegappan Lakshmanan wrote: > On 10/23/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > > > > > You can try the attached patch against the latest Vim7 sources. > > > The syntax of the new function is: > > > > > > setbufline({expr}, {lnum}, {line}) > > > > > > where, {expr} specifi

Re: missing setbufline()?

2006-10-23 Thread Bram Moolenaar
Yegappan Lakshmanan wrote: > > > On 10/22/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote: > > > > > On 10/22/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > I see functions for creating new unlisted buffers (bufnr() with > > > > > > {create} > > > > > > option), and for

Re: missing setbufline()?

2006-10-23 Thread Yegappan Lakshmanan
Hi Bram, On 10/23/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > You can try the attached patch against the latest Vim7 sources. > The syntax of the new function is: > > setbufline({expr}, {lnum}, {line}) > > where, {expr} specifies the loaded buffer name/number, {lnum} specifies

Re: missing setbufline()?

2006-10-23 Thread Yegappan Lakshmanan
Hi Bram, On 10/23/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Yegappan Lakshmanan wrote: > On 10/22/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote: > > > On 10/22/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote: > > > > > > > > I see functions for creating new unlisted buffers (bufnr() with