commit | a14bb7e1132377af60910402f1a9e4796297f5df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 00:02:41 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 00:02:41 2020 +0200 |
tree | f7ebcef31c09c9483924db5019f9febb592f9af3 | |
parent | 03afdcf1f449d23c9b6bc56d8b61f31dd4e11836 [diff] [blame] |
patch 8.2.0654: building with Python fails Problem: Building with Python fails. Solution: Add missing argument.
diff --git a/src/version.c b/src/version.c index 9bee513..b99f9be 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 654, +/**/ 653, /**/ 652,