mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +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'.
 | 
			
		||||
func Test_conceal_wrapped_cursorline_wincolor_rightleft()
 | 
			
		||||
  CheckFeature rightleft
 | 
			
		||||
  CheckScreendump
 | 
			
		||||
 | 
			
		||||
  let code =<< trim [CODE]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user