1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-02-07 13:54:01 +00:00
parent b247e0622e
commit 63ff72aab9
5 changed files with 119 additions and 14 deletions

View File

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