Re: A patch to allow tabline wrapping

2006-06-15 Thread Bram Moolenaar
Eric Arnold wrote: When compiled with this patch, Vim will allow the strings delivered via the 'tabline' option to wrap onto new lines. It is up to the 'tabline' string or function to limit itself. See TabLineSet.vim for an example of a script which does this. The default behavior, ie.

Re: A patch to allow tabline wrapping

2006-06-15 Thread Eric Arnold
On 6/15/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Eric Arnold wrote: When compiled with this patch, Vim will allow the strings delivered via the 'tabline' option to wrap onto new lines. It is up to the 'tabline' string or function to limit itself. See TabLineSet.vim for an example of

Re: A patch to allow tabline wrapping

2006-06-15 Thread Ilya
Bram Moolenaar wrote: In my opinion the tabline should be one line. When it wraps the UI looks ugly. Esp. if the currently selected tab page is in the first line. Maybe if lines would swap, so that line with selected tab would alway be the lowest one it would look nicer?