commit | ab5894638413748fcedfe28691e6c27893924520 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 06 21:03:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 06 21:03:06 2020 +0200 |
tree | 45318c835f879c4ff5f235f7774c37f5a6a9d359 | |
parent | 0ad3e894d75236915e67dfbbcc821b6bb3c05d91 [diff] [blame] |
patch 8.2.1146: not enough testing for Python Problem: Not enough testing for Python. Solution: Add more tests. Fix uncovered problems. (Yegappan Lakshmanan, closes #6392)
diff --git a/src/version.c b/src/version.c index b4b8b1d..2d0cafc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1146, +/**/ 1145, /**/ 1144,