Re: Vim 7.0 tablist question

2006-05-05 Thread Jeff Lanzarotta
Ok. --- James Vega <[EMAIL PROTECTED]> wrote: > On Fri, May 05, 2006 at 07:26:44AM -0700, Jeff Lanzarotta wrote: > > I have tried tabpagebuflist(). It only seems to return the buffer > > number that in in the current window, not all the buffers. > > That's exactly because of the last sentence in

Re: Vim 7.0 tablist question

2006-05-05 Thread James Vega
On Fri, May 05, 2006 at 07:26:44AM -0700, Jeff Lanzarotta wrote: > I have tried tabpagebuflist(). It only seems to return the buffer > number that in in the current window, not all the buffers. That's exactly because of the last sentence in my previous reply. > > Buffer's > > aren't tied to any s

Re: Vim 7.0 tablist question

2006-05-05 Thread Jeff Lanzarotta
I have tried tabpagebuflist(). It only seems to return the buffer number that in in the current window, not all the buffers. For example, if I have three files open but only one window displaying one of the files, tabpagebuflist() only shows me the buffer number for the current file, not the other

Re: Vim 7.0 tablist question

2006-05-05 Thread James Vega
On Fri, May 05, 2006 at 06:49:44AM -0700, Jeff Lanzarotta wrote: > Hello, > > Is there a way to list all the buffers on a tab-page? Not the windows, > the actual buffers? tabpagebuflist() may be what you're looking for, but that doesn't mean the buffers aren't also displayed in another window/tab

Vim 7.0 tablist question

2006-05-05 Thread Jeff Lanzarotta
Hello, Is there a way to list all the buffers on a tab-page? Not the windows, the actual buffers? Regards, -Jeff -Jeff