-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fix: Close alpha after SessionLoadPost. #267
Conversation
Issue probably about this (invalid buffer): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer this, if you could sanity check that this does the same thing
No, that's wrong, |
ah, weird |
ty for your contribution |
What does ty means? try? I asked chat gpt and it says that means "thank you". I assume it's true. |
yes, it means thank you |
I still get these errors from time to time when I use opts = {
redraw_on_resize = false,
noautocmd = true,
} |
Problem:
BufUnload
to close alpha's instance.BufUnload
will not be triggered by source a session file.Solution:
SessionLoadPost
to close alpha after sourcing a session file.