Always display full path in tab?

2006-05-18 Thread Scot P. Floess
I have been looking through the documentation on vim (yes I even tried using :h tabline) in an attempt to always list the full path in my tabs. I can't see what option I need to enable so that the full path displays. Presently if I edit a file that exists in a rather long path, I see

Re: Always display full path in tab?

2006-05-18 Thread Mark Volkmann
On 5/18/06, Scot P. Floess [EMAIL PROTECTED] wrote: I have been looking through the documentation on vim (yes I even tried using :h tabline) in an attempt to always list the full path in my tabs. I can't see what option I need to enable so that the full path displays. Presently if I edit a

Re: Always display full path in tab?

2006-05-18 Thread Steve Hall
From: Mark Volkmann, May 18, 2006 3:24 PM On 5/18/06, Scot P. Floess [EMAIL PROTECTED] wrote: list the full path in my tabs. I've also failed to find that, but I want the opposite. function! TabpageName(mode) if a:mode == 1 return fnamemodify(expand(%), :p:h)