diff src/version.c @ 14341:3224a9aebc46 v8.1.0186

patch 8.1.0186: test for getwininfo() fails in GUI commit https://github.com/vim/vim/commit/44a693a1bdfe987edb649677c94c214f94b2aada Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 14 22:23:47 2018 +0200 patch 8.1.0186: test for getwininfo() fails in GUI Problem: Test for getwininfo() fails in GUI. Solution: Account for missing tabline.
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Jul 2018 22:30:05 +0200
parents 43b8795f1ddf
children 7589f103ec11
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    186,
+/**/
     185,
 /**/
     184,