-
Notifications
You must be signed in to change notification settings - Fork 9
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
Random errors on nightly #49
Comments
That sounds like it tried to save a buffer that can't be saved. While there are some safeguards against it, it might be that we've missed something. Could you share your auto-save.nvim config? |
Sure, here it is:
|
I think I just need to add more ft to ignore. Found two more for mini.files and neogit, will see how it goes. |
This looks like the buffer that was going to be saved was either unloaded or invalid. So adding a check with |
I pushed a fix to this issue. Please check it out for yourself and see if it solves your problems. |
@primeapple looks like it worked, thank you! |
While I'm not able to find exact pattern, but sometimes opening a buffer might result in a following:
NVIM v0.10.0-dev-2675+g2955c921c
Build type: RelWithDebInfo
LuaJIT 2.1.1710088188
The text was updated successfully, but these errors were encountered: