forked from aniani/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".
This commit is contained in:
@@ -63,7 +63,7 @@ endfunc
|
||||
|
||||
func Test_detect_ambiwidth()
|
||||
if !CanRunVimInTerminal()
|
||||
return
|
||||
throw 'Skipped: cannot run Vim in a terminal window'
|
||||
endif
|
||||
|
||||
" Use the title termcap entries to output the escape sequence.
|
||||
|
||||
Reference in New Issue
Block a user