commit | b1419268901b194b295b7cea18a1d0968f9dddfc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 14 20:54:07 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 14 20:54:07 2021 +0200 |
tree | 499ec07741ed12107cfcf43876538e974db26fd0 | |
parent | 0e3ff1919603ee4c4a347fdf761dbdbdeb068015 [diff] [blame] |
patch 8.2.2766: test failure Problem: Test failure. Solution: Add change to Vim9 compilation error message.
diff --git a/src/version.c b/src/version.c index 0127c2c..cdf37d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2766, +/**/ 2765, /**/ 2764,