mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
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.
bfd830d3e2
This commit is contained in:
@@ -134,6 +134,6 @@ func Test_quotestar()
|
|||||||
let @* = quotestar_saved
|
let @* = quotestar_saved
|
||||||
|
|
||||||
if !empty(skipped)
|
if !empty(skipped)
|
||||||
throw skipped
|
throw 'Skipped: ' . skipped
|
||||||
endif
|
endif
|
||||||
endfunc
|
endfunc
|
||||||
|
@@ -1148,7 +1148,7 @@ static const int included_patches[] = {
|
|||||||
// 494,
|
// 494,
|
||||||
// 493,
|
// 493,
|
||||||
// 492,
|
// 492,
|
||||||
// 491,
|
491,
|
||||||
490,
|
490,
|
||||||
489,
|
489,
|
||||||
// 488,
|
// 488,
|
||||||
|
Reference in New Issue
Block a user