mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	updated for version 7.3.845
Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu)
This commit is contained in:
		| @@ -318,6 +318,20 @@ no, | |||||||
| maybe | maybe | ||||||
| } soppie; | } soppie; | ||||||
|  |  | ||||||
|  | public static enum | ||||||
|  | { | ||||||
|  | yes = 0, | ||||||
|  | no, | ||||||
|  | maybe | ||||||
|  | } soppie; | ||||||
|  |  | ||||||
|  | static private enum | ||||||
|  | { | ||||||
|  | yes = 0, | ||||||
|  | no, | ||||||
|  | maybe | ||||||
|  | } soppie; | ||||||
|  |  | ||||||
| { | { | ||||||
| 	int a, | 	int a, | ||||||
| 		b; | 		b; | ||||||
|   | |||||||
| @@ -306,6 +306,20 @@ static enum | |||||||
| 	maybe | 	maybe | ||||||
| } soppie; | } soppie; | ||||||
|  |  | ||||||
|  | public static enum | ||||||
|  | { | ||||||
|  | 	yes = 0, | ||||||
|  | 	no, | ||||||
|  | 	maybe | ||||||
|  | } soppie; | ||||||
|  |  | ||||||
|  | static private enum | ||||||
|  | { | ||||||
|  | 	yes = 0, | ||||||
|  | 	no, | ||||||
|  | 	maybe | ||||||
|  | } soppie; | ||||||
|  |  | ||||||
| { | { | ||||||
| 	int a, | 	int a, | ||||||
| 		b; | 		b; | ||||||
|   | |||||||
| @@ -728,6 +728,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 */ | ||||||
|  | /**/ | ||||||
|  |     845, | ||||||
| /**/ | /**/ | ||||||
|     844, |     844, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user