1
0
forked from aniani/vim

patch 8.1.1831: confusing skipped message

Problem:    Confusing skipped message.
Solution:   Drop "run" from "run start the GUI".
This commit is contained in:
Bram Moolenaar
2019-08-09 14:13:57 +02:00
parent 088e8e3443
commit 2514315fc2
2 changed files with 3 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ endfunc
command CheckCanRunGui call CheckCanRunGui() command CheckCanRunGui call CheckCanRunGui()
func CheckCanRunGui() func CheckCanRunGui()
if !has('gui') || ($DISPLAY == "" && !has('gui_running')) if !has('gui') || ($DISPLAY == "" && !has('gui_running'))
throw 'Skipped: cannot run start the GUI' throw 'Skipped: cannot start the GUI'
endif endif
endfunc endfunc

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1831,
/**/ /**/
1830, 1830,
/**/ /**/