xolox / vim-session

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

Error while opening a session that contains at least one terminal buffer. #190

Open 123subhadeep opened 4 years ago

123subhadeep commented 4 years ago

When I open a saved session that contains at least one terminal buffer, I get the following error message: Screen Shot 2020-10-23 at 1 21 27 PM

The session finally opens though, it's just that I need to deal with the above annoying error message (by pressing enter Enter every time I open any such session).

It will be great if we can get rid of that error message.

Thanks for creating this great plugin ! Looking forward to the fix.