commit | b999ba2778b6c02fdd100e498a9ba5b2e7036f7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 13:28:45 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 13:28:45 2019 +0100 |
tree | b79ef646097b6142ee8b48626ac79391b834c8ec | |
parent | a787019518a540a7b4d0070f15467931b870ac89 [diff] [blame] |
patch 8.1.0916: with Python 3.7 "find_module" is not made available Problem: With Python 3.7 "find_module" is not made available. Solution: Also add "find_module" with Python 3.7. (Joel Frederico, closes #3954)
diff --git a/src/version.c b/src/version.c index d0255a1..7614566 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 916, +/**/ 915, /**/ 914,