commit | 58779858fb5a82a3233af5d4237a3cece88c10d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 18:31:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 18:31:14 2022 +0100 |
tree | c1654eb20a1a8300e1b304263ccea655928b3401 | |
parent | 2834ebdee473c838e50e60d0aa160f0e62fc8ef9 [diff] [blame] |
patch 9.0.0397: :defer not tested with exceptions and ":qa!" Problem: :defer not tested with exceptions and ":qa!". Solution: Test :defer works when exceptions are thrown and when ":qa!" is used. Invoke the deferred calls on exit.
diff --git a/src/version.c b/src/version.c index f117022..35184b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 397, +/**/ 396, /**/ 395,