commit | a1f2b5ddc63d4e2b6ab047d8c839dd8477b36aba | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 18 21:04:53 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 18 21:04:53 2023 +0100 |
tree | fe1f8d25d413fb69536a983750b78ff49caec93f | |
parent | 142ffb024dd5123090c2fd02f55702e76520f1df [diff] [blame] |
patch 9.0.1468: recursively calling :defer function if it does :qa Problem: Recursively calling :defer function if it does :qa in a compiled function. Solution: Clear the defer entry before calling the function. (closes #12271)
diff --git a/src/version.c b/src/version.c index bff52cc..6ff6bf6 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1468, +/**/ 1467, /**/ 1466,