sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

Fix buffer stack for when you source a vim session file #75

Closed grota closed 12 years ago

grota commented 12 years ago

This patch solves the issue I'm having while sourcing a vim session file that i saved with :mksession before. The problem is the following:

  1. load a bunch of files in vim
  2. save a session file with :mksession
  3. quit vim
  4. come back later, re-launch vim, source the previous session file.
  5. Call :LustyBufferExplorer or :LustyJuggler. You won't see all the listed files but only the one currently show.
sjbach commented 12 years ago

Merged - thanks!