]> granicus.if.org Git - vim/commitdiff
patch 7.4.990 v7.4.990
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Dec 2015 12:59:29 +0000 (13:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Dec 2015 12:59:29 +0000 (13:59 +0100)
Problem:    Test 86 fails on AppVeyor.
Solution:   Do some registry magic. (Ken Takata)

appveyor.yml
src/version.c

index 4700efc04f5a549978be8da7ea4aa74925cc0221..ab379f9fd91220e8a054906aa4fee5b0ad04b9ff 100644 (file)
@@ -4,6 +4,9 @@ skip_tags: true
 
 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:
   - cd src
index ddf260bbfd374fda773f8994ce7190cf957115ad..af7afea523974ce9247b4e0e3770d6ca81706405 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    990,
 /**/
     989,
 /**/