mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	tests: Update migrated legacy test 88 for patch 7.4.639.
The patch was merged into master at d25a59f4.
			
			
This commit is contained in:
		@@ -81,5 +81,16 @@ describe('cursor and column position with conceal and tabulators', function()
 | 
			
		||||
    execute('set lbr')
 | 
			
		||||
    feed('$')
 | 
			
		||||
    expect_pos(9, 26)
 | 
			
		||||
    execute('set list listchars=tab:>-')
 | 
			
		||||
    feed('0')
 | 
			
		||||
    expect_pos(9, 1)
 | 
			
		||||
    feed('W')
 | 
			
		||||
    expect_pos(9, 9)
 | 
			
		||||
    feed('W')
 | 
			
		||||
    expect_pos(9, 17)
 | 
			
		||||
    feed('W')
 | 
			
		||||
    expect_pos(9, 25)
 | 
			
		||||
    feed('$')
 | 
			
		||||
    expect_pos(9, 26)
 | 
			
		||||
  end)
 | 
			
		||||
end)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user