We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:cq
fvim should quit
fvim hangs and must be force quit with task manager on windows. (I haven't tested this on Linux or macOS).
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Can confirm the repro.
Sorry, something went wrong.
4dcfda4
As there's no way to tell if it's a crash, or a pkill nvim or just :1cq, FVim now display a crash report dialog in these cases.
pkill nvim
:1cq
@brennie I've updated it to allow clean exit on code 1.
No branches or pull requests
Steps to Reproduce:
:cq
in normal modeExpected Results
fvim should quit
Actual Results
fvim hangs and must be force quit with task manager on windows. (I haven't tested this on Linux or macOS).
The text was updated successfully, but these errors were encountered: