commit | 5affc034680a95eabfbfca763bedf86ae0a79c44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 11 18:36:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 11 18:36:30 2021 +0100 |
tree | 5dabc29895015aa17250627a4da6887ae2d89c8a | |
parent | 418a29f0ffcaa0a3d778724ab6d1111db525d3cc [diff] [blame] |
patch 8.2.2498: no test for what 8.2.2494 fixes Problem: No test for what 8.2.2494 fixes. Solution: Add a simple change to test the fix. (closes #7818)
diff --git a/src/version.c b/src/version.c index 55dd8d1..8b287a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2498, +/**/ 2497, /**/ 2496,