From: Bram Moolenaar Date: Fri, 9 Aug 2019 12:13:57 +0000 (+0200) Subject: patch 8.1.1831: confusing skipped message X-Git-Tag: v8.1.1831 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2514315fc2530170ad7681e45e2b6d1f0680c9eb;p=vim patch 8.1.1831: confusing skipped message Problem: Confusing skipped message. Solution: Drop "run" from "run start the GUI". --- 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, /**/