xolox / vim-session

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

Not compartible with latest minibufexpl #162

Open ericsunplus opened 7 years ago

ericsunplus commented 7 years ago

The latest minibufexpl (github) will create a split window named -MiniBufExplorer-. With the vim-session :savesession, in the saved session file, there will be things like

enew
file -MiniBufExplorer-

When restoring the session, there will be duplicate -MiniBufExplorer- window created and an error will prompt things like "buffer with the same name already exsit". And window splitting has problems also.

Can "-MiniBufExplorer-" be ignored when session file is saved?