codymikol / multiverse.nvim

A session management plugin for neovim
MIT License
2 stars 0 forks source link

Sometimes persisted buffers are lost #1

Closed codymikol closed 10 months ago

codymikol commented 10 months ago

noticing this when transitioning multiple times, an error occurs about lines and we lose all of our persisted buffers

codymikol commented 10 months ago

This happens when you open a workspace you are already in for some reason.

codymikol commented 10 months ago

All the buffers become empty when saved, and then are not hydrated because they don't exist...

image

codymikol commented 10 months ago

This was a race condition caused by not closing the buffer file written to, fixed via a829e04