mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +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
	 Lucas Hoffmann
					Lucas Hoffmann