diff src/version.c @ 12086:69f2392e6cfb v8.0.0923

patch 8.0.0923: crash in GUI when terminal job exits commit https://github.com/vim/vim/commit/679653e59c6da7f6abc29470ef9d404582bacbb9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 14:13:19 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 14:15:03 +0200
parents 69ce6b3f0834
children ca1e425a5fbf
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    923,
+/**/
     922,
 /**/
     921,