commit | 60908c492237edcfe6cde995171240c9bace05b6 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Fri Jan 13 15:28:14 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 15:28:14 2023 +0000 |
tree | 78f1ff74c57468dc3839b7652f503f7ff8392f30 | |
parent | 232bdaaca98c34a99ffadf27bf6ee08be6cc8f6a [diff] [blame] |
patch 9.0.1190: AppVeyor runs much slower with MSVC 2022 Problem: AppVeyor runs much slower with MSVC 2022. Solution: Go back to MSVC 2015. (Christopher Plewright, closes #11810)
diff --git a/src/version.c b/src/version.c index 64f7d88..202cfca 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1190, +/**/ 1189, /**/ 1188,