:wqall! doesn't close a terminal buffer like :qall! does#19129
Closed
zeertzjq wants to merge 1 commit intovim:masterfrom
Closed
:wqall! doesn't close a terminal buffer like :qall! does#19129zeertzjq wants to merge 1 commit intovim:masterfrom
zeertzjq wants to merge 1 commit intovim:masterfrom
Conversation
4c17f0d to
cc8ceb8
Compare
Problem: :wqall! doesn't close a terminal buffer like :qall! does
(after 8.0.1525).
Solution: Check eap->forceit.
Ref vim#2654 (comment)
related: vim#2654
related: neovim/neovim#14061
cc8ceb8 to
3ca97c6
Compare
Member
|
Unrelated to the actual change, but what is wrong with those sudden failures? That seems to happen inside the Perl header. Can we fix the CI? |
Member
Author
|
#19132 seems to fix that |
Member
|
thanks |
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Jan 8, 2026
Problem: :wqall! doesn't close a terminal buffer like :qall! does
(after 8.0.1525).
Solution: Check eap->forceit (zeertzjq).
Ref: vim/vim#2654 (comment)
related: vim/vim#2654
related: neovim#14061
closes: vim/vim#19129
vim/vim@d8558fd
zeertzjq
added a commit
to neovim/neovim
that referenced
this pull request
Jan 8, 2026
…#37314) Problem: :wqall! doesn't close a terminal buffer like :qall! does (after 8.0.1525). Solution: Check eap->forceit (zeertzjq). Ref: vim/vim#2654 (comment) related: vim/vim#2654 related: #14061 closes: vim/vim#19129 vim/vim@d8558fd
github-actions bot
pushed a commit
to neovim/neovim
that referenced
this pull request
Jan 8, 2026
…#37314) Problem: :wqall! doesn't close a terminal buffer like :qall! does (after 8.0.1525). Solution: Check eap->forceit (zeertzjq). Ref: vim/vim#2654 (comment) related: vim/vim#2654 related: #14061 closes: vim/vim#19129 vim/vim@d8558fd (cherry picked from commit 681d006)
github-actions bot
pushed a commit
to neovim/neovim
that referenced
this pull request
Jan 9, 2026
…#37314) Problem: :wqall! doesn't close a terminal buffer like :qall! does (after 8.0.1525). Solution: Check eap->forceit (zeertzjq). Ref: vim/vim#2654 (comment) related: vim/vim#2654 related: #14061 closes: vim/vim#19129 vim/vim@d8558fd (cherry picked from commit 681d006)
HarshK97
pushed a commit
to HarshK97/neovim
that referenced
this pull request
Feb 13, 2026
…neovim#37314) Problem: :wqall! doesn't close a terminal buffer like :qall! does (after 8.0.1525). Solution: Check eap->forceit (zeertzjq). Ref: vim/vim#2654 (comment) related: vim/vim#2654 related: neovim#14061 closes: vim/vim#19129 vim/vim@d8558fd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem: :wqall! doesn't close a terminal buffer like :qall! does
(after 8.0.1525).
Solution: Check eap->forceit.
Ref #2654 (comment)
realted: #2654
related: neovim/neovim#14061