1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-08-07 19:45:27 +02:00
parent ee380ae376
commit 447bd5a346
4 changed files with 64 additions and 31 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
247,
/**/
246,
/**/