commit | 40fd7e665260c9227d6d90b17a301a1bc47f7f5b | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu May 05 20:18:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 20:18:16 2022 +0100 |
tree | 7f622823166a0f1a6753dc3653adc8ff905afc5e | |
parent | 365d8f76b57e2cb4097e641719882a85b3470358 [diff] [blame] |
patch 8.2.4875: MS-Windows: some .exe files are not recognized Problem: MS-Windows: some .exe files are not recognized. Solution: Parse APPEXECLINK junctions. (closes #10302)
diff --git a/src/version.c b/src/version.c index 33e2a5f..59df1ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4875, +/**/ 4874, /**/ 4873,