Jason Franklin wrote:
> I noticed that the Vim intro message is still shown when > a session is restored where we end up on a blank tab: > > 1. vim --clean > 2. :tabnew > 3. :mks > 4. :q > 5. vim -S Session.vim > 6. " see intro message here > > IMHO, a session should get us as close as possible to where we > were when we last left Vim, so no intro message. > > The patch below does the work, I believe. I've had a hard > time testing this, so I welcome suggestions in that area: Hmm, I think it's fine to show the intro message if the buffer is empty. It disappears as soon as you do something. -- Living in Hollywood is like living in a bowl of granola. What ain't fruits and nuts is flakes. /// 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
