From 4457e1d98f78152311495b1aff6169383d330a75 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 15 May 2020 22:46:44 +0200 Subject: patch 8.2.0763: GUI test fails without the terminal feature Problem: GUI test fails without the terminal feature. Solution: Check the terminal feature is supported. (Ken Takata, closes #6084) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 90773d3f9..94db9b888 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 763, /**/ 762, /**/ -- cgit v1.2.1