]> granicus.if.org Git - vim/commitdiff
patch 7.4.900 v7.4.900
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Oct 2015 21:42:00 +0000 (22:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Oct 2015 21:42:00 +0000 (22:42 +0100)
Problem:    README file can still be improved
Solution:   Add a couple of links. (Christian Brabandt)

README.md
src/version.c

index cdf2d8b5f19a6ba4922e75cf21a61c4c431505b4..042a17708e44dd7cb6d8dce5eeb7fceed204c8a2 100644 (file)
--- 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, depending on the distribution you used.
 
 ## 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 ##
index d866e7616d9cdb9aec7e121391b6fa96f596e181..775b027f1516b1fa6ec9461743aa3dd5a3137737 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    900,
 /**/
     899,
 /**/