diff src/version.c @ 23283:b5786cf7c114 v8.2.2187

patch 8.2.2187: Python 3 test fails sometimes Commit: https://github.com/vim/vim/commit/07761a3b965ec3be0c8d52aae9b6dc09c2127d27 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 22 12:50:10 2020 +0100 patch 8.2.2187: Python 3 test fails sometimes Problem: Python 3 test fails sometimes. (Christian Brabandt) Solution: Accept two SystemError messages.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Dec 2020 13:00:04 +0100
parents 5b4db8035d1d
children 112fa621b127
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2187,
+/**/
     2186,
 /**/
     2185,