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:
committed by
Christian Brabandt
parent
5bf6c2117f
commit
5df961a1bc
@@ -199,6 +199,7 @@ endfunc
|
|||||||
|
|
||||||
" Same as Test_conceal_wrapped_cursorline_wincolor(), but with 'rightleft'.
|
" Same as Test_conceal_wrapped_cursorline_wincolor(), but with 'rightleft'.
|
||||||
func Test_conceal_wrapped_cursorline_wincolor_rightleft()
|
func Test_conceal_wrapped_cursorline_wincolor_rightleft()
|
||||||
|
CheckFeature rightleft
|
||||||
CheckScreendump
|
CheckScreendump
|
||||||
|
|
||||||
let code =<< trim [CODE]
|
let code =<< trim [CODE]
|
||||||
|
@@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
232,
|
||||||
/**/
|
/**/
|
||||||
231,
|
231,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user