]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2095: :wqall! doesn't quit when using :quit in BufWritePost v9.1.2095
authorzeertzjq <zeertzjq@outlook.com>
Mon, 19 Jan 2026 18:15:51 +0000 (18:15 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 19 Jan 2026 18:15:51 +0000 (18:15 +0000)
commite803ad1c56f50a4ffdfe8beb478795aa5201475e
treefe8807b6b9196763ff29e14b214ea7dbf877aa57
parent7e585b6fa4d26a18cd7ab6d95d20d5f091ff5f28
patch 9.1.2095: :wqall! doesn't quit when using :quit in BufWritePost

Problem:  :wqall! doesn't quit when using :quit in BufWritePost
          (after 8.0.1190).
Solution: Restore old value of "exiting" when calling not_exiting()
          instead of always resetting it to FALSE (zeertzjq).

related: #2205
closes:  #19212

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.c
src/ex_docmd.c
src/proto/ex_docmd.pro
src/testdir/test_exit.vim
src/version.c