changeset 7179:f7d6cc6b78b5 v7.4.900

commit https://github.com/vim/vim/commit/f1a4c98ea6fa122ceb24c1ad17e184703cbfd182 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 25 22:42:00 2015 +0100 patch 7.4.900 Problem: README file can still be improved Solution: Add a couple of links. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Oct 2015 22:45:03 +0100
parents 8d7f9e4c4f53
children 6ada823a8ee5
files README.md src/version.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 `README.md` for version 7.4 of Vim: Vi IMproved.
 [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
 [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
+[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)
 
 
 ## What is Vim? ##
@@ -97,7 +98,7 @@ There are more `README_*.txt` files, dep
 
 ## Contributing ##
 
-If you would like to help making Vim better, see the `CONTRIBUTING.md` file.
+If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file.
 
 
 ## Information ##
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    900,
+/**/
     899,
 /**/
     898,