mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 9.0.0334: test does not properly clean up
Problem: Test does not properly clean up. Solution: Fix typo in argument of delete(). (Dominique Pellé, closes #11010)
This commit is contained in:
		
				
					committed by
					
						 Bram Moolenaar
						Bram Moolenaar
					
				
			
			
				
	
			
			
			
						parent
						
							171a1607f4
						
					
				
				
					commit
					f240395fca
				
			| @@ -190,7 +190,7 @@ def Test_autoload_name_mismatch() | |||||||
|   v9.CheckScriptFailure(lines, 'E117:', 1) |   v9.CheckScriptFailure(lines, 'E117:', 1) | ||||||
|  |  | ||||||
|   &rtp = save_rtp |   &rtp = save_rtp | ||||||
|   delete('Xnamdir', 'rf') |   delete('Xnamedir', 'rf') | ||||||
| enddef | enddef | ||||||
|  |  | ||||||
| def Test_autoload_names() | def Test_autoload_names() | ||||||
|   | |||||||
| @@ -707,6 +707,8 @@ static char *(features[]) = | |||||||
|  |  | ||||||
| static int included_patches[] = | static int included_patches[] = | ||||||
| {   /* Add new patch number below this line */ | {   /* Add new patch number below this line */ | ||||||
|  | /**/ | ||||||
|  |     334, | ||||||
| /**/ | /**/ | ||||||
|     333, |     333, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user