diff src/testdir/check.vim @ 17668:923154c51bef v8.1.1831

patch 8.1.1831: confusing skipped message commit https://github.com/vim/vim/commit/2514315fc2530170ad7681e45e2b6d1f0680c9eb Author: Bram Moolenaar <Bram@vim.org> 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".
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Aug 2019 14:15:05 +0200
parents 0da9bc55c31a
children f6dcf7eabd26
line wrap: on
line diff
--- 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