goneovim: goneovim window does not close with latest neovim releases
Steps to reproduce:
- Download Nvim development (prerelease) build and install it
- open any file in goneovim
- make change, then
:wq
Expected: file saved, then goneovim closed Problem: goneovim window isn’t closed. The neovim process (ps ax) does not exist, but goneovim process still exists.
It is not goneovim specific, nvui also has it, but not nvim-qt. Seems, something changed in nvim API.
About this issue
- Original URL
- State: open
- Created a year ago
- Comments: 34 (17 by maintainers)
related: https://github.com/neovim/go-client/issues/153
@akiyosi I found that problem
xselprocess ran byjobstartcommand from runtime/autoload/provider/clipboard.vim (from neovim package):@akiyosi I see
/usr/bin/xsel --nodetach -i -pinps axoutput when goneovim exits. This command tries copy selection to primary buffer, but, seems, the selection is empty, so goneovim can’t exit, because of it waitsxselfinishes. If double click (i.e., select something) on any word, for example, in a terminal, goneovim immediately exits.