]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1538: :wqall does not trigger ExitPre v9.0.1538
authorBram Moolenaar <Bram@vim.org>
Wed, 10 May 2023 15:53:27 +0000 (16:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 May 2023 15:53:27 +0000 (16:53 +0100)
commit411da64e77ef9d8edd1a5aa80fa5b9a4b159c93d
tree7843dd7517bea3b58977b700fe2e6cdb646ed76b
parent65b34868dac4bdc99e1144e36d5315b569795fc4
patch 9.0.1538: :wqall does not trigger ExitPre

Problem:    :wqall does not trigger ExitPre. (Bart Libert)
Solution:   Move preparations for :qall to a common function. (closes #12374)
src/ex_cmds.c
src/ex_docmd.c
src/proto/ex_docmd.pro
src/testdir/test_exit.vim
src/version.c