comparison src/version.c @ 22728:1928f863ac6e v8.2.1912

patch 8.2.1912: with Python 3.9 some tests fail Commit: https://github.com/vim/vim/commit/68a48ee55e55c189b03a6718a0d06af1dfedcd16 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 27 19:59:10 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Oct 2020 20:00:03 +0100
parents 768f72ca8872
children 28001013f467
comparison
equal deleted inserted replaced
22727:bc07ea7707df 22728:1928f863ac6e
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1912,
753 /**/ 755 /**/
754 1911, 756 1911,
755 /**/ 757 /**/
756 1910, 758 1910,
757 /**/ 759 /**/