commit | 679653e59c6da7f6abc29470ef9d404582bacbb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 14:13:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 14:13:19 2017 +0200 |
tree | 8a4dc65c4d861d43dc376c4f844755545ee1d8f3 | |
parent | 55b6926450d75788dada3ff44a35e328224df758 [diff] [blame] |
patch 8.0.0923: crash in GUI when terminal job exits Problem: Crash in GUI when terminal job exits. (Kazunobu Kuriyama) Solution: reset in_terminal_loop when a terminal is freed.
diff --git a/src/version.c b/src/version.c index 2200bf0..3833f58 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 923, +/**/ 922, /**/ 921,