How do you edit tab labels per tab in GVim?
Posted
by Neil
on Stack Overflow
See other posts from Stack Overflow
or by Neil
Published on 2010-04-07T17:18:32Z
Indexed on
2010/04/07
17:23 UTC
Read the original article
Hit count: 219
How do you edit a tab label, per tab, in GVim?
You can do this:
set guitablabel=foo
But that will set every tab's label to "foo".
The documentation seems to suggest using a t:var, like this:
let t:guitablabel="foo"
But it doesn't do anything.
Is there any way to give each different tab a different name?
© Stack Overflow or respective owner