mirror of
https://github.com/neovim/neovim.git
synced 2026-08-04 14:48:45 +00:00
vim-patch:8.1.1483: skipped tests are not properly listed
Problem: Skipped tests are not properly listed. Solution: Throw a "Skipped" exception instead of using ":finish" or ":return".5d30ff1964Skips quite some (N/A) tests. vim-patch:8.1.0503: missing change to diff test (included incf1ffa916)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
" It helps to change the tabstop setting and force a redraw (e.g. see
|
||||
" Test_breakindent08())
|
||||
if !exists('+breakindent')
|
||||
finish
|
||||
throw 'Skipped: breakindent option not supported'
|
||||
endif
|
||||
|
||||
source view_util.vim
|
||||
|
||||
Reference in New Issue
Block a user