Tony Mechelynck wrote:

> Ctrl-W ] (or ":wincmd ]" ) splits the window to show the definition of the 
> tag 
> under the cursor, but prefixing it with :tab doesn't open a new tab:
> 
> Reproducible: Always
> 
> Steps to reproduce:
> 1. Place the cursor on a tag (e.g. on an identifier in a program for which 
> ctags has been run).
> 2. Type either
>       :tab wincmd ]
> or
>       :tab exe "norm \<C-W>]"
> 
> Actual result:
> The (first) file containing the tag definition is opened in a split window.
> 
> Expected result:
> The file should have been opened in a new tab

Right.  It's not difficult to make this work.

-- 
You had connectors?  Eeee, when I were a lad we 'ad to carry the
bits between the computer and the terminal with a spoon...

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to