edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Tabline should be editable #240

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The macvim tabline is a bit different because it is a gui feature rather than 
just a line you can click 
on, which is a nice touch, but it means you can't change the way tabs are 
represented. I frequently 
edit a lot of files in different tabs which are all in some deeply nested 
directory, so I see all my tabs 
having the same name of "a/b/c/d..." where I would like to see the actual 
filename at the end of the 
path.

Original issue reported on code.google.com by fro...@gmail.com on 30 Nov 2009 at 9:59

GoogleCodeExporter commented 9 years ago
See `:h guitablabel`. Sounds like you want

    set guitablabel=%t

in your vimrc. Note that this is the default setting with a recent macvim 
snapshot.

Original comment by thakis@chromium.org on 1 Dec 2009 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 1 Dec 2009 at 8:33