diff src/version.c @ 12574:575d530df053 v8.0.1165

patch 8.0.1165: popup test is still flaky commit https://github.com/vim/vim/commit/f52c38315669f85bbcf3bd74c590148bf588f6c6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 30 16:49:19 2017 +0200 patch 8.0.1165: popup test is still flaky Problem: Popup test is still flaky. Solution: Add a term_wait() call. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Sep 2017 17:00:04 +0200
parents 31737ff54115
children b74f5036a434
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1165,
+/**/
     1164,
 /**/
     1163,