From 2514315fc2530170ad7681e45e2b6d1f0680c9eb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 9 Aug 2019 14:13:57 +0200 Subject: [PATCH] patch 8.1.1831: confusing skipped message Problem: Confusing skipped message. Solution: Drop "run" from "run start the GUI". --- src/testdir/check.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/check.vim b/src/testdir/check.vim index 4381c4ed8..f176f8332 100644 --- a/src/testdir/check.vim +++ b/src/testdir/check.vim @@ -83,7 +83,7 @@ endfunc command CheckCanRunGui call CheckCanRunGui() func CheckCanRunGui() if !has('gui') || ($DISPLAY == "" && !has('gui_running')) - throw 'Skipped: cannot run start the GUI' + throw 'Skipped: cannot start the GUI' endif endfunc diff --git a/src/version.c b/src/version.c index 3fd1fe122..8b855ced9 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1831, /**/ 1830, /**/