]> granicus.if.org Git - vim/commitdiff
patch 7.4.875 v7.4.875
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Sep 2015 13:00:56 +0000 (15:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Sep 2015 13:00:56 +0000 (15:00 +0200)
Problem:    Not obvious how to contribute.
Solution:   Add a remark about CONTRIBUTING.md to README.md

README.md
src/version.c

index 384c4ec8d788714173eb4fedcdf77b76e19a9100..809f8efcfb8ef579484d9748f320002a10f817cd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -89,6 +89,11 @@ See one of these files for system-specific instructions:
 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.
+
+
 ## Information ##
 
 The latest news about Vim can be found on the Vim home page:
index f8fe4a8911e3ae7a0f5d21cc1d3691704bc86378..1347ac881374d633aee0977df3a825ad7a5cbfd8 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    875,
 /**/
     874,
 /**/