On Tue, 08 May 2007 15:45:40 -0600
"lin q" <[EMAIL PROTECTED]> wrote:

>   This causes that on the tabline, the full path of f2 shows after
> some abbreviation. Now I want to open f2 into another tab, but I do
> not find an easy way to do that.
> 
>   If use :tabe, I need to type in the full path of f2, for my case,
> it is very long.

You can substitute the full path of the current file with the character
"%" in an ex-command.  So, assuming you're already viewing f2, you can
do the following:

:tabe %

And it will re-open the current file in another tab.

-- 
Taylor Venable
[EMAIL PROTECTED]
http://www.metasyntax.net/

Reply via email to