commit | 0f68e6c07aaf62c034a242f183b93c1bb44e7f93 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 05 13:17:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 13:17:01 2022 +0100 |
tree | 6d4066cdf09d7830138a499bc75c2881115a98d3 | |
parent | ca9d8d2cb9fc6b9240f2a74ccd36f9d966488294 [diff] [blame] |
patch 8.2.4692: no test for what 8.2.4691 fixes Problem: No test for what 8.2.4691 fixes. Solution: Add a test. Use a more generic sotlution. (closes #10090)
diff --git a/src/version.c b/src/version.c index 9e50d2f..4451f7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4692, +/**/ 4691, /**/ 4690,