commit | 4aad53c36998c77ee119c6a46d002460876c2cbb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 26 21:11:03 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 26 21:11:03 2018 +0100 |
tree | a597ec30d031a0a13db842c52942816403a4df83 | |
parent | ede35bbbd05306097bf3f4d603f2248ed1f4c5f1 [diff] [blame] |
patch 8.0.1430: crash when term_start() fails Problem: Crash when term_start() fails. Solution: Initialize winpty_err.
diff --git a/src/version.c b/src/version.c index a204e7c..7786474 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1430, +/**/ 1429, /**/ 1428,