From: Bram Moolenaar Date: Mon, 29 Jul 2019 19:03:45 +0000 (+0200) Subject: patch 8.1.1774: test is silently skipped X-Git-Tag: v8.1.1774 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c610c96389bbb5f0fc83f0a515fc8f1b7f515e4;p=vim patch 8.1.1774: test is silently skipped Problem: Test is silently skipped. Solution: Throw "Skipped". --- diff --git a/src/testdir/test_ins_complete.vim b/src/testdir/test_ins_complete.vim index 29f4050f9..fedb38acb 100644 --- a/src/testdir/test_ins_complete.vim +++ b/src/testdir/test_ins_complete.vim @@ -335,7 +335,7 @@ endfunc " Test for insert path completion with completeslash option func Test_ins_completeslash() if !has('win32') - return + throw 'Skipped: only works on MS-Windows' endif call mkdir('Xdir') diff --git a/src/version.c b/src/version.c index 4463c383f..8a3923ee2 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1774, /**/ 1773, /**/