commit | 447bd5a346b5c4bf4d91280700bdb4b45e0aa667 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 19:45:27 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 19:45:27 2018 +0200 |
tree | 856ae34ad285ff8b770933d2f69f6bf0e334bfe4 | |
parent | ee380ae376692529b6f1805185015cb4717c6940 [diff] [blame] |
patch 8.1.0247: Python: error message for failing import is incorrect Problem: Python: error message for failing import is incorrect. Solution: Adjust how modules are loaded. (Ozaki Kiichi, closes #3162)
diff --git a/src/version.c b/src/version.c index a3539f0..95a2e5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 247, +/**/ 246, /**/ 245,