mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
b58c17f8df
commit
889bc3c20c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user