1
0
forked from aniani/vim

patch 8.2.2211: MS-Windows: can't load Python dll if not in the path

Problem:    MS-Windows: can't load Python dll if not in the path.
Solution:   Use the InstallPath registry entry. (Kelvin Lee, closes #7540)
This commit is contained in:
Bram Moolenaar
2020-12-25 13:52:37 +01:00
parent 3868f59466
commit b2f9e0e2c5
2 changed files with 75 additions and 0 deletions

View File

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