diff src/version.c @ 17385:f178127b7255 v8.1.1691

patch 8.1.1691: diff test fails on some systems commit https://github.com/vim/vim/commit/37d9f175a4ab885052583746982d6bbfbe0095b9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 14 17:26:46 2019 +0200 patch 8.1.1691: diff test fails on some systems Problem: Diff test fails on some systems. (Elimar Riesebieter) Solution: Add a term_wait() call.
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jul 2019 17:30:04 +0200
parents b18fd36fdf46
children 2558f90045e5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1691,
+/**/
     1690,
 /**/
     1689,