commit | 42994bf678f46dc9ca66e49f512261da8864fff6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 17 19:23:45 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 17 19:23:45 2023 +0100 |
tree | 3daa7460a610b439456f8bfabcd72b6b88efe8db | |
parent | fc8a601c3251c0388a88c1235b18c529385f7196 [diff] [blame] |
patch 9.0.1462: recursively calling :defer function if it does :qa Problem: Recursively calling :defer function if it does :qa. Solution: Clear the defer entry before calling the function. (closes #12266)
diff --git a/src/version.c b/src/version.c index 053fe78..6dc7e34 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1462, +/**/ 1461, /**/ 1460,