- patchlevel 934
This commit is contained in:
parent
301aef9a30
commit
804370b95b
46
7.4.934
Normal file
46
7.4.934
Normal file
@ -0,0 +1,46 @@
|
||||
To: vim_dev@googlegroups.com
|
||||
Subject: Patch 7.4.934
|
||||
Fcc: outbox
|
||||
From: Bram Moolenaar <Bram@moolenaar.net>
|
||||
Mime-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
------------
|
||||
|
||||
Patch 7.4.934
|
||||
Problem: Appveyor also builds on a tag push.
|
||||
Solution: Add a skip_tags line. (Kenichi Ito, closes #489)
|
||||
Files: appveyor.yml
|
||||
|
||||
|
||||
*** ../vim-7.4.933/appveyor.yml 2015-09-15 19:17:51.990768865 +0200
|
||||
--- appveyor.yml 2015-11-21 17:12:31.180685935 +0100
|
||||
***************
|
||||
*** 1,5 ****
|
||||
--- 1,7 ----
|
||||
version: "{build}"
|
||||
|
||||
+ skip_tags: true
|
||||
+
|
||||
before_build:
|
||||
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
|
||||
|
||||
*** ../vim-7.4.933/src/version.c 2015-11-21 16:28:47.405303477 +0100
|
||||
--- src/version.c 2015-11-21 17:13:44.691887089 +0100
|
||||
***************
|
||||
*** 743,744 ****
|
||||
--- 743,746 ----
|
||||
{ /* Add new patch number below this line */
|
||||
+ /**/
|
||||
+ 934,
|
||||
/**/
|
||||
|
||||
--
|
||||
hundred-and-one symptoms of being an internet addict:
|
||||
122. You ask if the Netaholics Anonymous t-shirt you ordered can be
|
||||
sent to you via e-mail.
|
||||
|
||||
/// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///
|
Loading…
Reference in New Issue
Block a user