forked from aniani/vim
		
	patch 8.0.0009
Problem: Unecessary workround for AppVeyor. Solution: Revert patch 7.4.990. (Christian Brabandt)
This commit is contained in:
		| @@ -16,9 +16,6 @@ matrix: | |||||||
|  |  | ||||||
| before_build: | before_build: | ||||||
|   - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release' |   - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release' | ||||||
|   # Work around for Python 2.7.11's bug |  | ||||||
|   - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32 |  | ||||||
|   - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64 |  | ||||||
|  |  | ||||||
| build_script: | build_script: | ||||||
|   - src/appveyor.bat |   - src/appveyor.bat | ||||||
|   | |||||||
| @@ -764,6 +764,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 */ | ||||||
|  | /**/ | ||||||
|  |     9, | ||||||
| /**/ | /**/ | ||||||
|     8, |     8, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user