commit | 92fdd1e75db3048516a93a18cc53ed984813c9e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 18:00:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 18:00:05 2020 +0200 |
tree | 20c741c05afa7c9ea98d2a3adb4a94c3914baf79 | |
parent | 5289783e0b07cfc3f92ee933261ca4c4acdca007 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ae2a95f..c13c6e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1120, +/**/ 1119, /**/ 1118,