xolox / vim-session

Extended session management for Vim (:mksession on steroids)
http://peterodding.com/code/vim/session/
961 stars 80 forks source link

please make it async #154

Open justrajdeep opened 7 years ago

justrajdeep commented 7 years ago

hi

Great plugin, I use it all the time, but it hangs for a while while it tries to save the session periodically. With vim8 async support can you please make this async?

Thanks

mMontu commented 5 years ago

It'd be great to have async support, not only for the delay while saving, but also to have some checkpoint along the day to prevent losing the session state in some unexpected events, like the machine/application crashing and power outages.