Mercurial > vim
changeset 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 | 95c23e180022 |
children | 89ab05784a7e |
files | src/testdir/check.vim src/version.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
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