Closed MaroonedMind closed 2 months ago
Thanks for the report. I see the issue. It's a simple fix; I'll put together a PR shortly.
Nice to know, I am having the same problem.
This should be fixed now.
@MaroonedMind / @paulozava can you confirm it's working for you?
Can confirm the issue is resolved now with the latest update. Thank you @cameronr
Describe the bug For every existing session regardless of the amount of buffers opened in the project, on each startup of neovim the autosession plugin produces the following message: "2 buffers wiped out". I could not find the root cause or what exactly are these 2 buffers that get wiped out every time. It's clear that this happens for every session restoration, because when opening neovim by passing a path argument to it (which skips session restoration) or after deleting a corresponding session for the given workdir, there's no such message on startup. Immediately quitting and reopening neovim leads to the same message again.
To Reproduce Unclear if there's anything specific about my setup that leads to this behavior. The only step I'm taking:
Expected behavior There shouldn't be an identical "2 buffers wiped out" message for every single neovim run.
Screenshots
Checkhealth
Baseline (please complete the following information):
set sessionoptions?
:sessionoptions=blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions
uname -a
:Darwin 23.6.0 arm64
nvim --version
Additional context This has only started to occur after the upgrade to the recent version of autosession plugin about 3 weeks ago