changeset 10219:eeb0b205e909 v8.0.0009

commit https://github.com/vim/vim/commit/3f1c15b24a3939d193c80c509132db9ee4d8cceb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 25 20:22:02 2016 +0200 patch 8.0.0009 Problem: Unecessary workround for AppVeyor. Solution: Revert patch 7.4.990. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Sep 2016 20:30:04 +0200
parents 584c835a2de1
children 168cad9ba374
files appveyor.yml src/version.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,9 +16,6 @@ matrix:
 
 before_build:
   - '"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:
   - src/appveyor.bat
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    9,
+/**/
     8,
 /**/
     7,