commit | 1b5f7a6202406b7d7ac804960602350e42b8be80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 21 13:30:42 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 21 13:30:42 2021 +0000 |
tree | d67e7c69a056d30e19464071cad2629ef62b677d | |
parent | d92813a59877c707e4b64bea6d786aad152acb45 [diff] [blame] |
patch 8.2.3868: Vim9: function test fails Problem: Vim9: function test fails. Solution: Add missing changes. Add test for earlier patch.
diff --git a/src/version.c b/src/version.c index aa699a2..782267f 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3868, +/**/ 3867, /**/ 3866,