You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you do :mksession tmp.vim and then you do something like vim -S tmp.vim you will get a warning/error "-MiniBufExplorer-" [Not edited] --No lines in buffer-- ((1) of 2) (As far as I can tell, it opens the buffer/split from the session file). The split that was saved in the session is shown on the top and it is empty. You will have to do something like :bp and then minibufexpl will fill the split with the current buffers.
The text was updated successfully, but these errors were encountered:
When you do
:mksession tmp.vim
and then you do something likevim -S tmp.vim
you will get a warning/error"-MiniBufExplorer-" [Not edited] --No lines in buffer-- ((1) of 2)
(As far as I can tell, it opens the buffer/split from the session file). The split that was saved in the session is shown on the top and it is empty. You will have to do something like:bp
and then minibufexpl will fill the split with the current buffers.The text was updated successfully, but these errors were encountered: