mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch:8.2.4121: Visual test fails on MS-Windows
Problem:    Visual test fails on MS-Windows.
Solution:   Set 'isprint' so that the character used is not printable.
262898ae43
			
			
This commit is contained in:
		@@ -1249,11 +1249,13 @@ endfunc
 | 
			
		||||
 | 
			
		||||
func Test_visual_block_append_invalid_char()
 | 
			
		||||
  " this was going over the end of the line
 | 
			
		||||
  set isprint=@,161-255
 | 
			
		||||
  new
 | 
			
		||||
  call setline(1, ['	   let xxx', 'xxxxx', 'xxxxxxxxxxx'])
 | 
			
		||||
  exe "normal 0\<C-V>jjA-\<Esc>"
 | 
			
		||||
  call assert_equal(['	-   let xxx', 'xxxxx   -', 'xxxxxxxx-xxx'], getline(1, 3))
 | 
			
		||||
  bwipe!
 | 
			
		||||
  set isprint&
 | 
			
		||||
endfunc
 | 
			
		||||
 | 
			
		||||
func Test_visual_reselect_with_count()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user