diff src/version.c @ 14569:720b857c45ca v8.1.0298

patch 8.1.0298: window resize test sometimes fails on Mac commit https://github.com/vim/vim/commit/46fad2ef0bd5124f1be22c807214c243fb5611d8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 19 16:09:27 2018 +0200 patch 8.1.0298: window resize test sometimes fails on Mac Problem: Window resize test sometimes fails on Mac. Solution: Add Test_popup_and_window_resize() to flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Aug 2018 16:15:04 +0200
parents 7267c0d910fe
children 44df6e5c17c3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    298,
+/**/
     297,
 /**/
     296,