-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange behaviour on :OpenSession [Ubuntu 12.10, Vim 7.3, session with tabs] #72
Comments
👍 I have this similar issue. Are you using NERDTree? This is mine. I think this issue only shows when saving sessions while the NERDTree split is open. After executing |
Yes, I'm using NERDTree! Thanx for the advice, I'll test with NERDTree split closed. Regards! |
I've had this exact problem for ages. Only when using NERDTree, things get wonky on session restore (I am also using vim-nerdtree-tabs, but that causes a different issue with trees not being resized etc). An interesting thing I noticed today is that this only happens on the right side of your active tab! For example, in the screenshot below my active tab was index.coffee, anything to the right of it is messed up... If I restart my session with the first tab active, all the other ones are messed up; if I do it with the last tab active, everything is restored nicely. Hopefully that's a clue of some sort. My Vim setup is on github if needed, but you can probably reproduce this easily. Edit: It looks like this may be somehow related to #28 ? |
I figured out it happens because the vim-session/autoload/xolox/session.vim Line 296 in 9e9a608
EditTemporarily using this fix. |
The
:SaveSession
feature it's OK, but when I use:OpenSession
, the tabs are restored with a blank window each and I have to close them one by one to truly see my original session restored.The text was updated successfully, but these errors were encountered: