mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07: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:
parent
b08667d4f0
commit
c4221df7b5
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user