Re: RFC: New functions to get information about buffers, windows and tab pages

2016-06-09 Fir de Conversatie Yegappan Lakshmanan
Hi Christian, On Wed, Jun 8, 2016 at 11:16 PM, Christian Brabandt wrote: > Hi Yegappan, > > good to see some work on this. Just some quick notes. > Thanks for reviewing this. > > Am 2016-06-09 05:29, schrieb Yegappan Lakshmanan: >> >> Hi all, >> >> I have created the following new functions to

Re: RFC: New functions to get information about buffers, windows and tab pages

2016-06-08 Fir de Conversatie Christian Brabandt
Hi Yegappan, good to see some work on this. Just some quick notes. Am 2016-06-09 05:29, schrieb Yegappan Lakshmanan: Hi all, I have created the following new functions to return information about buffers, windows and tabpages. Pull request: https://github.com/vim/vim/pull/833 1. Function: get

RFC: New functions to get information about buffers, windows and tab pages

2016-06-08 Fir de Conversatie Yegappan Lakshmanan
Hi all, I have created the following new functions to return information about buffers, windows and tabpages. Pull request: https://github.com/vim/vim/pull/833 1. Function: getbufinfo([{expr}]) Returns information about all the buffers as a List of dictionaries. If {expr} is supplied, then