Re: [PATCH] Do not show the intro message when a session is restored

2019-01-12 Fir de Conversatie Bram Moolenaar
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 possibl

[PATCH] Do not show the intro message when a session is restored

2019-01-12 Fir de Conversatie Jason Franklin
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