# HG changeset patch # User Christian Brabandt # Date 1474828204 -7200 # Node ID eeb0b205e90908bef08d2d7dde65eb5531a2ec48 # Parent 584c835a2de1538b4fcaa9c6eb6f1495c9632cf8 commit https://github.com/vim/vim/commit/3f1c15b24a3939d193c80c509132db9ee4d8cceb Author: Bram Moolenaar 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) diff --git a/appveyor.yml b/appveyor.yml --- 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 diff --git a/src/version.c b/src/version.c --- 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,