1
0
forked from aniani/vim

patch 9.1.0232: Conceal test fails when rightleft feature is disabled

Problem:  Conceal test fails when rightleft feature is disabled.
Solution: Skip test if rightleft feature is missing (Julio B).

closes: #14342

Signed-off-by: Julio B <julio.bacel@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Julio B
2024-03-31 18:43:51 +02:00
committed by Christian Brabandt
parent 5bf6c2117f
commit 5df961a1bc
2 changed files with 3 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ endfunc
" Same as Test_conceal_wrapped_cursorline_wincolor(), but with 'rightleft'.
func Test_conceal_wrapped_cursorline_wincolor_rightleft()
CheckFeature rightleft
CheckScreendump
let code =<< trim [CODE]

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
232,
/**/
231,
/**/