]> granicus.if.org Git - vim/commitdiff
patch 8.1.1831: confusing skipped message v8.1.1831
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Aug 2019 12:13:57 +0000 (14:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Aug 2019 12:13:57 +0000 (14:13 +0200)
Problem:    Confusing skipped message.
Solution:   Drop "run" from "run start the GUI".

src/testdir/check.vim
src/version.c

index 4381c4ed8f686c1a0a154b622da6b383db3bb4fa..f176f833298151538d89ac12481283d2e7b8ce5c 100644 (file)
@@ -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
 
index 3fd1fe122a9982695e2a0d75f33a0265a8ee8e7d..8b855ced9b2993cb20671265b2e4c5a62aec2ce7 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1831,
 /**/
     1830,
 /**/