commit | 0ab55d62012c1fb38c4b540a4233421820a59389 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 07 20:50:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 07 20:50:39 2020 +0200 |
tree | 1722bfccf85921e20333516045cfb9a3d2a9ba75 | |
parent | bb790dcc46b74e6f9a1c4126be8a575f9fe73444 [diff] [blame] |
patch 8.2.1151: insufficient test coverage for Python Problem: Insufficient test coverage for Python. Solution: Add more test cases. (Yegappan Lakshmanan, closes #6415)
diff --git a/src/version.c b/src/version.c index d00c960..d8124ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1151, +/**/ 1150, /**/ 1149,