diff src/version.c @ 18975:8696f0ebeb43 v8.2.0048

patch 8.2.0048: another timers test is flaky on Travis for Mac Commit: https://github.com/vim/vim/commit/5c463a28fff1d82222d49bc7960da9e0c866b060 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 27 17:14:33 2019 +0100 patch 8.2.0048: another timers test is flaky on Travis for Mac Problem: Another timers test is flaky on Travis for Mac. Solution: Increase maximum expected time.
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Dec 2019 17:15:03 +0100
parents bf8eb950df61
children 5bef1043abff
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    48,
+/**/
     47,
 /**/
     46,