patch 9.1.0232: Conceal test fails when rightleft feature is disabled Commit: https://github.com/vim/vim/commit/5df961a1bc5ed14d0b5aa04ef59e9079313c268d Author: Julio B <julio.ba...@gmail.com> Date: Sun Mar 31 18:43:51 2024 +0200
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.ba...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/testdir/test_conceal.vim b/src/testdir/test_conceal.vim index 355817dd3..2ce7384b9 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 e7187447c..5069f721e 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, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1rqyIt-000Ivn-Dz%40256bit.org.