On Sun, May 5, 2013 at 6:50 PM, Bram Moolenaar <
Br...@moolenaar.net> wrote:
>
> Yegappan Lakshmanan wrote:
>
>> The attached patch introduces a new bufferlist() function which
>> returns a List of buffers. Each list item is a dictionary containing
>> the buffer attributes. This function will be useful for plugin
>> developers. The patch is
>> against 7.3.905.
>>
>> We can extend this function in the future to return more information about
>> the buffers.
>
> Thanks, I'll add it in the todo list.
>
I have added two more functions: winlist() and tabpagelist(). The updated