mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
oldtests: add conceal check for patch 8.0.0562
This commit is contained in:
parent
245b1ad7fa
commit
9cd75ce73e
@ -304,7 +304,9 @@ endfunc
|
||||
|
||||
func Test_invalid_arg()
|
||||
call assert_fails('syntax case asdf', 'E390:')
|
||||
call assert_fails('syntax conceal asdf', 'E390:')
|
||||
if has('conceal')
|
||||
call assert_fails('syntax conceal asdf', 'E390:')
|
||||
endif
|
||||
call assert_fails('syntax spell asdf', 'E390:')
|
||||
endfunc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user