forked from aniani/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.
This commit is contained in:
@@ -134,6 +134,6 @@ func Test_quotestar()
|
||||
let @* = quotestar_saved
|
||||
|
||||
if !empty(skipped)
|
||||
throw skipped
|
||||
throw 'Skipped: ' . skipped
|
||||
endif
|
||||
endfunc
|
||||
|
||||
Reference in New Issue
Block a user