Salut to everyone
I use vim with tabs, and on my win32 machine, I use vim like view
editor, I start it with option - remote-tab-silent from external
programme (for example total commander).
Precondition: I have opened 7 tabs and active buffer is in third tab
Action: In this moment I have add one more tab by external programme
(she uses - remote-tab-silent option). The tab inserted between third
and fourth tab.
I would like to change behavior. I want to tab was added to the end of
all tabs and active buffer was be in last tab
schematically it will be
precondition : 1 2 3 4 5 6 7
A
after action : 1 2 3 4 5 6 7 8
A
desired result: 1 2 3 4 5 6 7 8
A
A == active buffer
I tried set function on BufAdd event which execute tabmove 999, but
she move third buffer to the end, not new tab (wrong behavior).
maybe there is way to get desired result?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---