summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-06-14 11:35:21 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-14 11:35:21 +0100
commit361f9d2da4eee27797deaa3283c5054106324b09 (patch)
tree6f30f032640543e4c67b45697a5b6926d6924451 /src
parent819ab82f7ee505d6fc4c6dc408e4b27c0fbe4a97 (diff)
downloadvim-git-361f9d2da4eee27797deaa3283c5054106324b09.tar.gz
patch 8.2.5086: CI runs on Windows 2019v8.2.5086
Problem: CI runs on Windows 2019. Solution: Switch to Windows 2022.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b1f4254dc..dd3a8a795 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5086,
+/**/
5085,
/**/
5084,