From 5df961a1bc5ed14d0b5aa04ef59e9079313c268d Mon Sep 17 00:00:00 2001 From: Julio B Date: Sun, 31 Mar 2024 18:43:51 +0200 Subject: 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 Signed-off-by: Christian Brabandt --- src/testdir/test_conceal.vim | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/test_conceal.vim b/src/testdir/test_conceal.vim index 355817dd36..2ce7384b9b 100644 --- a/src/testdir/test_conceal.vim +++ b/src/testdir/test_conceal.vim @@ -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] diff --git a/src/version.c b/src/version.c index e7187447c7..5069f721e9 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 232, /**/ 231, /**/ -- cgit v1.2.3