commit | 63ff72aab91679725077eab5c5405267792268bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 13:54:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 13:54:01 2022 +0000 |
tree | bdf2dba219e7c49b3504e957d5576bd9462b5950 | |
parent | b247e0622ef16b7819f5dadefd3e3f0a803b4021 [diff] [blame] |
patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails Problem: MS-Windows: Vim exits when Python 3 initialisation fails. Solution: Hook into the exit() function to recover from the failure. (Ken Takata, closes #9710)
diff --git a/src/version.c b/src/version.c index 3caad5f..956df65 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4317, +/**/ 4316, /**/ 4315,