diff src/version.c @ 17740:01205ef5646d v8.1.1867

patch 8.1.1867: still a timer test that is flaky on Mac commit https://github.com/vim/vim/commit/315244d85b9b8faae549b1700e8cc2e45eaa68ea Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 13:18:16 2019 +0200 patch 8.1.1867: still a timer test that is flaky on Mac Problem: Still a timer test that is flaky on Mac. Solution: Loop with a sleep instead of one fixed sleep.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 13:30:04 +0200
parents f800c3d8ca1b
children a51ccadd0dca
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 */
 /**/
+    1867,
+/**/
     1866,
 /**/
     1865,