commit | ead241538cdd26cbf02599b6e23cd8baeafbcbb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 10 21:11:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 21:11:12 2022 +0100 |
tree | 827f7d42c47beaf4bb95a931d1834b89d5ded3af | |
parent | a773d84570e224035389f6697ac5634d7f27cccc [diff] [blame] |
patch 8.2.4937: no test for what 8.2.4931 fixes Problem: No test for what 8.2.4931 fixes. Solution: Add a test that triggers a valgrind error.
diff --git a/src/version.c b/src/version.c index 7c49116..8cc9ceb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4937, +/**/ 4936, /**/ 4935,