commit | be4e223eadaa765bf2957f196e4d4b6014057bd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 21:42:57 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 21:42:57 2021 +0000 |
tree | 52609aabd2afd6214247abd639a8aaf52fd280b3 | |
parent | a4d131d11052cafcc5baad2273ef48e0dd4d09c5 [diff] [blame] |
patch 8.2.3918: function list test fails Problem: Function list test fails. Solution: Adjust the test for the new location of the function list.
diff --git a/src/version.c b/src/version.c index 1a71a53..4e6c07b 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3918, +/**/ 3917, /**/ 3916,