]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0232: Conceal test fails when rightleft feature is disabled v9.1.0232
authorJulio B <julio.bacel@gmail.com>
Sun, 31 Mar 2024 16:43:51 +0000 (18:43 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 31 Mar 2024 16:43:51 +0000 (18:43 +0200)
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>
src/testdir/test_conceal.vim
src/version.c

index 355817dd36f6c5b2613d09838a8c5ab72e50eb19..2ce7384b9ba43b3a841709ceb7d853945270cf4b 100644 (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]
index e7187447c76aaeb7f69400f0cad757ee5da474be..5069f721e9d007792b0b159b16b14ff603a81e8a 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    232,
 /**/
     231,
 /**/