On 7/10/06, SHANKAR R-R66203 <[EMAIL PROTECTED]> wrote:
Hi
  When I execute the command,
    :set guitablabel=xyz
  All the tabpages get the same name.
  How do I set a separate string as a name for each tab label.

You need to use cunningly the % in the value for that.
To set the string manually, you'll probably want %{...} (funciton call)
For the beginning example, try
        :set guitablabel=%n\ %t
as an example, or other %-procedural formats as described in :help statusline
(scroll down till /item  meaning)

Yakov

Reply via email to