Patch 7.4.990
Problem: Test 86 fails on AppVeyor.
Solution: Do some registry magic. (Ken Takata)
Files: appveyor.yml
*** ../vim-7.4.989/appveyor.yml 2015-11-21 17:15:29.474748395 +0100
--- appveyor.yml 2015-12-29 13:57:06.871169214 +0100
***************
*** 4,9 ****
--- 4,12 ----
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
*** ../vim-7.4.989/src/version.c 2015-12-28 22:51:16.791326847 +0100
--- src/version.c 2015-12-29 13:58:11.346473047 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 990,
/**/
--
CUSTOMER: Well, can you hang around a couple of minutes? He won't be
long.
MORTICIAN: Naaah, I got to go on to Robinson's -- they've lost nine today.
CUSTOMER: Well, when is your next round?
MORTICIAN: Thursday.
DEAD PERSON: I think I'll go for a walk.
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.