commit | 3777d6e32b22f0a70b774760c24160079e303bad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 17:23:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 17:23:25 2021 +0200 |
tree | 65a4c54ad2bc87d738bf03a4cc0199be639d254a | |
parent | 26e88ec8e23fa04e559044199ccb369aed29e570 [diff] [blame] |
patch 8.2.3102: test for crash fix does not fail without the fix Problem: Test for crash fix does not fail without the fix. Solution: Adjust the test sequence. (closes #8506)
diff --git a/src/version.c b/src/version.c index 600af40..6192832 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3102, +/**/ 3101, /**/ 3100,