vim-patch:8.0.0200: some syntax arguments are not tested

Problem:    Some syntax arguments are not tested.
Solution:   Add more syntax command tests.

58f60ca2fc
This commit is contained in:
dvejmz 2018-01-08 19:37:24 +00:00
parent b58c17f8df
commit 889bc3c20c

View File

@ -184,6 +184,10 @@ func Test_syntax_arg_skipped()
call assert_match('conceal off', execute('syntax conceal'))
endif
syntax conceal on
syntax conceal off
call assert_match('conceal off', execute('syntax conceal'))
syntax region Tar start=/</ end=/>/
if 0
syntax region NotTest start=/</ end=/>/ contains=@Spell