mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
oldtests: add conceal check for patch 8.0.0562
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user