commit | 42f652f733550a0d8bc9b030c9a5a62e7e2d8668 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 19 21:44:37 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 19 21:44:37 2018 +0100 |
tree | 3831ddc50f8806904a4bc601fbe2ee6daa029a35 | |
parent | f05fa378229004fb64493b411b864709ce7da453 [diff] [blame] |
patch 8.0.1617: Win32: :shell command in the GUI crashes Problem: Win32: :shell command in the GUI crashes. Solution: Handle the situation that "cmd" is NULL. (Yasuhiro Matsumoto, closes #2721)
diff --git a/src/version.c b/src/version.c index 58c4e89..92ca63a 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1617, +/**/ 1616, /**/ 1615,