Skip to content
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

nvim.Serve() does not return after exiting nvim. #153

Closed
akiyosi opened this issue Feb 25, 2023 · 3 comments
Closed

nvim.Serve() does not return after exiting nvim. #153

akiyosi opened this issue Feb 25, 2023 · 3 comments
Labels

Comments

@akiyosi
Copy link
Contributor

akiyosi commented Feb 25, 2023

After neovim/neovim@1d16bba, nvim.Serve() will not return if the following steps are taken to exit Neovim.

  1. Run goneovim with the following

    /path/to/goneovim -u NONE --cmd 'set clipboard=unnamed' /path/to/file
    
  2. Yank any text, then :wq

I have created a minimal program to reproduce this problem.
https://github.com/akiyosi/test-go-nvim-ui

@akiyosi
Copy link
Contributor Author

akiyosi commented Feb 26, 2023

Note that this problem is 100% reproducible on Linux; I have seen some reports of the problem occurring on Windows, but have not been able to confirm this.
Also, the problem is not reproducible on MacOS. I understand that this is because the ownership of the clipboard is different in MacOS than in other operating systems.

@akiyosi
Copy link
Contributor Author

akiyosi commented Jan 3, 2024

related: related: neovim/neovim#26743

@akiyosi
Copy link
Contributor Author

akiyosi commented May 21, 2024

This issue will be closed with the closing of Issue neovim/neovim#26743.

@akiyosi akiyosi closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants