]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0593: :wqall ignores term_setkill() on running terminal buffers v9.2.0593
authorFoxe Chen <chen.foxe@gmail.com>
Wed, 3 Jun 2026 19:18:04 +0000 (19:18 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 3 Jun 2026 19:18:04 +0000 (19:18 +0000)
commit2271d062e59dfcf409f2674d14e0bb9994f418c0
treeb108b2721f9eb79911e0b40329a5f025913fcdcc
parentb42e8057332a852e1c5359e557289a13f85855d8
patch 9.2.0593: :wqall ignores term_setkill() on running terminal buffers

Problem:  :wqall ignores term_setkill() on running terminal buffers
Solution: In do_wqall(), call term_try_stop_job() on the running
          terminal buffer first (Foxe Chen).

closes: #20417

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.c
src/testdir/test_terminal.vim
src/version.c