Friday, August 5, 2011

Re: tabline

On Friday, August 05, 2011 04:55:04 ranousse@gmx.com wrote:

> I noticed that while in /tmp

> :tabnew /tmp/file

> write /tmp/file in the tab title.
> For me it's strange that /tmp is written.
> Because by default the tab title is the file name relative to
> the current directory. And moreover vim seems able to update
> titles (I see it when I do successively :cd and :cd /tmp)
> Do I miss something here?
> Do you think it is normal?

looks abnormal to me, if you're already on /tmp, and /tmp is
the current working directory, that you'd create a new file
there specifying the absolute path -- why not instead enter

:tabnew file

your way causes 5 extra keystrokes, guaranteeing a loss at
vimgolf

sc

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: