mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 8.2.4292: test fails
Problem: Test fails. Solution: Adjust the expected error number.
This commit is contained in:
		| @@ -1610,7 +1610,7 @@ def Test_redir_to_var() | |||||||
|         redir > Xfile |         redir > Xfile | ||||||
|       redir END |       redir END | ||||||
|   END |   END | ||||||
|   v9.CheckDefFailure(lines, 'E1185:') |   v9.CheckDefFailure(lines, 'E1092:') | ||||||
|  |  | ||||||
|   lines =<< trim END |   lines =<< trim END | ||||||
|       var text: number |       var text: number | ||||||
|   | |||||||
| @@ -746,6 +746,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 */ | ||||||
|  | /**/ | ||||||
|  |     4292, | ||||||
| /**/ | /**/ | ||||||
|     4291, |     4291, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user