Skip to content

Commit

Permalink
patch 9.1.0232: Conceal test fails when rightleft feature is disabled
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
julio-b authored and chrisbra committed Mar 31, 2024
1 parent 5bf6c21 commit 5df961a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test_conceal.vim
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
232,
/**/
231,
/**/
Expand Down

0 comments on commit 5df961a

Please sign in to comment.