Hirokazu Yoshida wrote:
> I wrote the path for adding :tabrecently as Ex command.
> This Ex command provide moving from current tab page to previous
> *recently* tab page.
>
> Vim has Ex command :tabprevious which go to previous tab page,
> however, It will be moving from current tabpage to previous tab *on
> screen*.
> It's not always going to be move recent tab page.
> For example, move from tab1 to tab3, execute :tabprevious then move to
> tab2, on the other hand, :tabrecently can be go to tab1.
> Also, move from tab1 to tab2, change tab2 and tab3,
> execute :tabprevious then move to tab3(tab index 2), while
> that :tabrecently correctly moving to tab1.
>
> I think, this Ex command is useful(way as to plugin).
> Following patches,
Thanks. I'll put it somewhere in the todo list. If others have
comments please let us know.
--
If they don't keep on exercising their lips, he thought, their brains
start working.
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
You received this message from the "vim_dev" 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