mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00: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:
@@ -184,6 +184,10 @@ func Test_syntax_arg_skipped()
|
|||||||
call assert_match('conceal off', execute('syntax conceal'))
|
call assert_match('conceal off', execute('syntax conceal'))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
syntax conceal on
|
||||||
|
syntax conceal off
|
||||||
|
call assert_match('conceal off', execute('syntax conceal'))
|
||||||
|
|
||||||
syntax region Tar start=/</ end=/>/
|
syntax region Tar start=/</ end=/>/
|
||||||
if 0
|
if 0
|
||||||
syntax region NotTest start=/</ end=/>/ contains=@Spell
|
syntax region NotTest start=/</ end=/>/ contains=@Spell
|
||||||
|
Reference in New Issue
Block a user