commit c4221df7b5f4ea76e10d405da93ccc46c9367c77
parent b08667d4f00e434eac9874e4005ab8e1fd9d3e95
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 1 Apr 2024 06:12:47 +0800
vim-patch:9.1.0232: Conceal test fails when rightleft feature is disabled (#28134)
Problem: Conceal test fails when rightleft feature is disabled.
Solution: Skip test if rightleft feature is missing (Julio B).
closes: vim/vim#14342
https://github.com/vim/vim/commit/5df961a1bc5ed14d0b5aa04ef59e9079313c268d
Co-authored-by: Julio B <julio.bacel@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/old/testdir/test_conceal.vim b/test/old/testdir/test_conceal.vim
@@ -197,6 +197,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]