diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-25 13:52:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-25 13:52:37 +0100 |
commit | b2f9e0e2c537bcde16dab3b62687a17e17849ce1 (patch) | |
tree | e4801bdb4252443a817156b771d23dbd7ae0a765 /src/version.c | |
parent | 3868f59466ed5ff1c5624f40b93c0034ce62cb82 (diff) | |
download | vim-git-8.2.2211.tar.gz |
patch 8.2.2211: MS-Windows: can't load Python dll if not in the pathv8.2.2211
Problem: MS-Windows: can't load Python dll if not in the path.
Solution: Use the InstallPath registry entry. (Kelvin Lee, closes #7540)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 018bfd52a..762e91263 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2211, +/**/ 2210, /**/ 2209, |