commit | 4d5c12626c98df23e1a5d953692d946310ddfa9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 20 17:20:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 20 17:20:02 2019 +0200 |
tree | e86270474116aff5cb8c16f5b1fdef1e7c587d96 | |
parent | bffba7f7042f6082e75b42484b15f66087b01941 [diff] [blame] |
patch 8.1.2061: MS-Windows GUI: ":sh" crashes when trying to use a terminal Problem: MS-Windows GUI: ":sh" crashes when trying to use a terminal. Solution: Check for a NULL command. (Yasuhiro Matsumoto, closes #4958)
diff --git a/src/version.c b/src/version.c index 76873d7..59a2bb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2061, +/**/ 2060, /**/ 2059,