commit | f7a023e580c695e86f68228adcf5c9e6ea00a4d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 07 18:50:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 07 18:50:01 2021 +0200 |
tree | a8c1289cb92aac111608593d012063629a9ce539 | |
parent | 3a7503c34c65ed15cc08deb5b54aaf2ea51525b4 [diff] [blame] |
patch 8.2.2958: function list test fails Problem: Function list test fails. Solution: Add newly added function to the list. Fix typo.
diff --git a/src/version.c b/src/version.c index a1b2c23..e39ee98 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2958, +/**/ 2957, /**/ 2956,