From bfd830d3e2dbd1e9b14c65625f18773074e6ac67 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 19 Mar 2017 21:01:14 +0100 Subject: patch 8.0.0491: quotestar test fails when features are missing Problem: The quotestar test fails when a required feature is missing. Solution: Prepend "Skipped" to the thrown exception. --- src/testdir/test_quotestar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/test_quotestar.vim') diff --git a/src/testdir/test_quotestar.vim b/src/testdir/test_quotestar.vim index 300a96473..111a226b6 100644 --- a/src/testdir/test_quotestar.vim +++ b/src/testdir/test_quotestar.vim @@ -134,6 +134,6 @@ func Test_quotestar() let @* = quotestar_saved if !empty(skipped) - throw skipped + throw 'Skipped: ' . skipped endif endfunc -- cgit v1.2.1