summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-09-25 15:00:56 +0200
committerBram Moolenaar <Bram@vim.org>2015-09-25 15:00:56 +0200
commit3fe076f0feb91460266fdf7f9133a59c49a53c4e (patch)
tree6831be8439c19fa2ad9e9b9f3c1ba223021378cb
parent8919554fe17255cddbbce6b833fab9aba19c8b88 (diff)
patch 7.4.875v7.4.875
Problem: Not obvious how to contribute. Solution: Add a remark about CONTRIBUTING.md to README.md
-rw-r--r--README.md5
-rw-r--r--src/version.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 384c4ec8d7..809f8efcfb 100644
--- 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:
diff --git a/src/version.c b/src/version.c
index f8fe4a8911..1347ac8813 100644
--- 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 */
/**/
+ 875,
+/**/
874,
/**/
873,