diff src/version.c @ 12118:bf53df1f17ba v8.0.0939

patch 8.0.0939: Test_terminal_env is flaky commit https://github.com/vim/vim/commit/51c23687a9298c27d41ad9780b032f434e1e1646 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 14 21:45:00 2017 +0200 patch 8.0.0939: Test_terminal_env is flaky Problem: Test_terminal_env is flaky. (James McCoy) Solution: Use WaitFor() instead of term_wait().
author Christian Brabandt <cb@256bit.org>
date Mon, 14 Aug 2017 22:00:06 +0200
parents 237bb67962a0
children 017031c7717e
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 */
 /**/
+    939,
+/**/
     938,
 /**/
     937,