commit | db8e5c21b98c5998df4ab94e0b94bd9fdaf35c83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 19:58:22 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 19:58:22 2021 +0000 |
tree | c64882d8a3b8bd2419bf62fb18b03718aba29684 | |
parent | ae1068afde6dfc6fd3e3f54512dbd089e1559053 [diff] [blame] |
patch 8.2.3896: Vim9: no test for nested function not available later Problem: Vim9: no test for nested function not available later. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 80d92fc..a09a0bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3896, +/**/ 3895, /**/ 3894,