commit | b2f9e0e2c537bcde16dab3b62687a17e17849ce1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 13:52:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 13:52:37 2020 +0100 |
tree | e4801bdb4252443a817156b771d23dbd7ae0a765 | |
parent | 3868f59466ed5ff1c5624f40b93c0034ce62cb82 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 018bfd5..762e912 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2211, +/**/ 2210, /**/ 2209,