-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error when trying to quit with :xa #12
Comments
From
|
IMO that's expected. When you toggle the terminal. the terminal buffer stays in the background for reuse and the terminal buffer is a modified buffer. But you can't save the terminal buffer. Because of this behavior, I am also force closing the terminal buffer. FTerm.nvim/lua/FTerm/terminal.lua Line 182 in 94e767f
You can try to close (not toggle) the terminal and then try |
I also encountered this. Not really an issue with |
Actually @numToStr how do you mean "close" the buffer? I tried both The confusing thing is that |
Steps to reproduce:
:xa
Error:
Nvim version: nightly@fe808f0
The text was updated successfully, but these errors were encountered: