Howdy! After experimenting (following a stackoverflow question), it seems that the alternate file is not saved when creating a session with the buffers options is set in sessionoptions.
Steps to reproduce: $ touch a $ touch b $ vim -Nu NONE a :e b at this point C-^ will toggle between a and b and # contains the alternate file. :set sessionoptions+=buffers :mksession s.vim :q $ vim -Nu NONE -S s.vim :reg displays both a and b as listed buffers, but the alternate buffer is not set. Is this a bug or is this behavior intended? If it's intended, why is that? Thanks, -- -- 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.
