mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
patch 8.1.1524: tests are silently skipped
Problem: Tests are silently skipped. Solution: Throw an exception for skipped tests in more places.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
" Test for syntax and syntax iskeyword option
|
||||
|
||||
if !has("syntax")
|
||||
finish
|
||||
throw 'Skipped, syntax feature missing'
|
||||
endif
|
||||
|
||||
source view_util.vim
|
||||
|
Reference in New Issue
Block a user