-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
VimLeave not always triggered #49
Comments
Assuming this is the same problem, but just for reference:
|
Yeah I just noticed this too. After using it for awhile I find that I quickly end up with tons of nvim processes listed when I run |
One solution/workaround could be to use Nvim's "external window" feature:
Caveats:
Alternative: "tabgrid" feature (not merged yet) neovim/neovim#7541 |
I added a workaround to kill lingering neovim processes with I might be wrong but I think that in cases where |
This is also problematic as |
? shutdown of what? |
The computer. If I run poweroff/shutdown/reboot/systemctl .... I get the message
I can confirm that this is the case because when I manually So there is effectively a |
This should be fixed with neovim/neovim@a2efc9c - thanks @justinmk! I'll keep this issue open for a few weeks, please let me know if you can still reproduce this bug with a neovim that has patch a2efc9c. |
Can still reproduce. This is weird, I could have sworn this was fixed. |
@glacambre maybe neovim/neovim@ce15977 helps? |
It was actually fixed for a brief instant, after neovim/neovim#11821 was merged and before I merged #382. I pushed a fix to master and this should now properly be fixed again. Keeping this issue open until I add a test that makes sure it stays fixed :) |
Recently I've noticed that unsaved changes do not get written to the browser textbox when exiting via Haven't bisected anything yet, just wondering if others are seeing this. |
@justinmk I can't reproduce on 1b235fe6c . I'll take a deeper look this week-end. |
Fixed by #1384 ? |
@justinmk Indeed, I can't repro on neovim master, so if you can't either let's assume this is fixed :) |
Exiting via firenvim version: Not sure how to see, installed from the firefox store |
@tricktux Could you go in insert mode in Firenvim and run
And then press |
Hi @glacambre Thanks for the quick response! Amazing extension BTW! Here's the output:
|
After running close_server, nvim prompts
Press ENTER or type command to continue
on stderr. This might be related to neovim/neovim#9358.Could also be related to neovim/neovim#11166.
The text was updated successfully, but these errors were encountered: