Suppose I have a buffer which is open and I know its number. What
command can I use to open a new tabpage with a single window with that
buffer open?
:help tab shows the ":[count]tab {cmd}" command which says it just
runs cmd and opens a new tabpage instead of a new window, but it
doesnt work for me.
If I say ":tab b 3" I just get buffer 3 opened in the current tabpage.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---