commit | 68a48ee55e55c189b03a6718a0d06af1dfedcd16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 27 19:59:10 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 27 19:59:10 2020 +0100 |
tree | e6c827074f9c1abbc6e15bc8e38e3b802609fc5b | |
parent | 977fd0b327ed46a71c80d2cd62cbe149d43b9a69 [diff] [blame] |
patch 8.2.1912: with Python 3.9 some tests fail Problem: With Python 3.9 some tests fail. Solution: Take into account the different error message. (James McCoy, closes #7210)
diff --git a/src/version.c b/src/version.c index 2137000..adef583 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1912, +/**/ 1911, /**/ 1910,