mirror of
				https://github.com/vim/vim.git
				synced 2025-11-04 09:47:15 -05:00 
			
		
		
		
	updated for version 7.3.847
Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata)
This commit is contained in:
		@@ -3,6 +3,7 @@ Tests for List and Dictionary types.     vim: set ft=vim :
 | 
			
		||||
STARTTEST
 | 
			
		||||
:so small.vim
 | 
			
		||||
:fun Test(...)
 | 
			
		||||
:lang C
 | 
			
		||||
:" Creating List directly with different types
 | 
			
		||||
:let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},]
 | 
			
		||||
:$put =string(l)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user