commit | 7a1bdaecf2d2a06eb06ed462e6ccae4954939fc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 15:45:27 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 15:45:27 2023 +0000 |
tree | 3e535c1b4e53569d7fff823b883ecd1057a3cfda | |
parent | 61fdbfa1e3c842252b701aec12f45839ca41ece5 [diff] [blame] |
patch 9.0.1280: inssufficient testing for what 9.0.1265 fixes Problem: Inssufficient testing for what 9.0.1265 fixes. Solution: Add a couple of test cases. (issue #11885)
diff --git a/src/version.c b/src/version.c index 2e5b932..cdca151 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1280, +/**/ 1279, /**/ 1278,