-
Notifications
You must be signed in to change notification settings - Fork 50
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
nvui window does not close with latest neovim releases. #153
Comments
It relates to configuration option |
Also, the problem caused by any clipboard operation, not change/save only. |
At exit the
|
Seems, it caused by neovim/neovim@1d16bba |
Steps to reproduce:
:wq
Expected: file saved, then nvui closed
Problem: nvui window isn't closed. The neovim process (
ps ax
) does not exist, but nvui process still exists.It is not nvui specific, goneovim also has it, but not nvim-qt. Seems, something changed in nvim API.
The text was updated successfully, but these errors were encountered: