]> granicus.if.org Git - vim/commitdiff
patch 8.0.0009 v8.0.0009
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Sep 2016 18:22:02 +0000 (20:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Sep 2016 18:22:02 +0000 (20:22 +0200)
Problem:    Unecessary workround for AppVeyor.
Solution:   Revert patch 7.4.990. (Christian Brabandt)

appveyor.yml
src/version.c

index 263e778df4abfc430c126e87100218cf5533af98..31ea0a923b9765f177cc80fc3a3431e33788b212 100644 (file)
@@ -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
index a603fe3e9efaad9a9e083a1e0ed9d667bed49e2c..cf986e4c3e4e0a95de739725c74dd3aa863c1855 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    9,
 /**/
     8,
 /**/