From 3046f4499bdbe8dd3c79aee987498e644a5d6a4a Mon Sep 17 00:00:00 2001 From: lonerover Date: Sun, 20 May 2018 10:21:32 +0800 Subject: [PATCH] vim-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. https://github.com/vim/vim/commit/bfd830d3e2dbd1e9b14c65625f18773074e6ac67 --- src/nvim/testdir/test_quotestar.vim | 2 +- src/nvim/version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nvim/testdir/test_quotestar.vim b/src/nvim/testdir/test_quotestar.vim index 300a964731..111a226b65 100644 --- a/src/nvim/testdir/test_quotestar.vim +++ b/src/nvim/testdir/test_quotestar.vim @@ -134,6 +134,6 @@ func Test_quotestar() let @* = quotestar_saved if !empty(skipped) - throw skipped + throw 'Skipped: ' . skipped endif endfunc diff --git a/src/nvim/version.c b/src/nvim/version.c index 87a8b53bb6..53931bfb50 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1148,7 +1148,7 @@ static const int included_patches[] = { // 494, // 493, // 492, - // 491, + 491, 490, 489, // 488,