mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
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
5df961a1bc
Co-authored-by: Julio B <julio.bacel@gmail.com>
This commit is contained in:
@@ -197,6 +197,7 @@ endfunc
|
|||||||
|
|
||||||
" Same as Test_conceal_wrapped_cursorline_wincolor(), but with 'rightleft'.
|
" Same as Test_conceal_wrapped_cursorline_wincolor(), but with 'rightleft'.
|
||||||
func Test_conceal_wrapped_cursorline_wincolor_rightleft()
|
func Test_conceal_wrapped_cursorline_wincolor_rightleft()
|
||||||
|
CheckFeature rightleft
|
||||||
CheckScreendump
|
CheckScreendump
|
||||||
|
|
||||||
let code =<< trim [CODE]
|
let code =<< trim [CODE]
|
||||||
|
Reference in New Issue
Block a user