aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-01 06:12:47 +0800
committerGitHub <noreply@github.com>2024-04-01 06:12:47 +0800
commitc4221df7b5f4ea76e10d405da93ccc46c9367c77 (patch)
treeaeaae65f864c22f76d511960cf8b5b86a8659ce2
parentb08667d4f00e434eac9874e4005ab8e1fd9d3e95 (diff)
downloadrneovim-c4221df7b5f4ea76e10d405da93ccc46c9367c77.tar.gz
rneovim-c4221df7b5f4ea76e10d405da93ccc46c9367c77.tar.bz2
rneovim-c4221df7b5f4ea76e10d405da93ccc46c9367c77.zip
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>
-rw-r--r--test/old/testdir/test_conceal.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_conceal.vim b/test/old/testdir/test_conceal.vim
index 84b931f39d..df20654f12 100644
--- 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]