diff src/version.c @ 21138:c2cbe6cc7620 v8.2.1120

patch 8.2.1120: Python code not tested properly Commit: https://github.com/vim/vim/commit/92fdd1e75db3048516a93a18cc53ed984813c9e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 3 18:00:05 2020 +0200 patch 8.2.1120: Python code not tested properly Problem: Python code not tested properly. Solution: Add more tests and convert old-style test into new-style test. (Yegappan Lakshmanan, closes #6370)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jul 2020 18:15:04 +0200
parents 228a3719c49f
children f86140ad0164
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1120,
+/**/
     1119,
 /**/
     1118,