diff src/version.c @ 13602:33a2dec07a0f v8.0.1673

patch 8.0.1673: terminal window tests are still a bit flaky commit https://github.com/vim/vim/commit/4791015e6f0adf7f3a0a6a59884c4092ca3c19ef Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 7 19:27:16 2018 +0200 patch 8.0.1673: terminal window tests are still a bit flaky Problem: Terminal window tests are still a bit flaky. Solution: Increase the waiting time even more. (Elimar Riesebieter)
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Apr 2018 19:30:06 +0200
parents 75e35ebdb7a4
children caa9825b04cd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1673,
+/**/
     1672,
 /**/
     1671,