-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error: QuitPre autocommands #105
Comments
+1 Experiencing the same issue. Does not only happen if you split the TZNarrow, but also if you:
|
Same issue
Neovim 0.8 |
add |
I added silent to my keybidings but obviously it's not a solution, it just doesn't bother me while I work. They will have a slightly more efficient solution, I don't know enough lua to try to fix it myself.
this only hides the messages but they are still there removing it with the command maybe change in ataraxis.lua in the M.off function
for this another one
By adding pcall to the problematic function, this seems to be enough to not see the error messages again. |
Same issue, the proposed patch fixed this issue, but caused a new one. I'll put details in #111. |
Error messages:
Reproduce:
:q
to exit splitThe text was updated successfully, but these errors were encountered: