summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorZdenek Dohnal <zdohnal@redhat.com>2021-10-06 19:39:16 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-06 19:39:16 +0100
commitedd7a476fbcba199dc0b026461917912c574c629 (patch)
tree0a1ac57ffc8635d9ff9230e3c0738235e3ab9b04 /src/version.c
parente275ba4fc994474155fbafe8b87a6d3b477456ba (diff)
downloadvim-git-edd7a476fbcba199dc0b026461917912c574c629.tar.gz
patch 8.2.3485: Python 3 test fails with Python 3.10v8.2.3485
Problem: Python 3 test fails with Python 3.10. Solution: Adjust expected error message. (zdohnal Dohnal, closes #8969)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 62c7f8f11..987f6ffc7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3485,
+/**/
3484,
/**/
3483,