# HG changeset patch # User Bram Moolenaar # Date 1565352905 -7200 # Node ID 923154c51bef3d7f740828d879b7baffa1c8c111 # Parent 95c23e180022ccb5bb36ee2644b3be30c7f15c52 patch 8.1.1831: confusing skipped message commit https://github.com/vim/vim/commit/2514315fc2530170ad7681e45e2b6d1f0680c9eb Author: Bram Moolenaar Date: Fri Aug 9 14:13:57 2019 +0200 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1831, +/**/ 1830, /**/ 1829,