From 3fe076f0feb91460266fdf7f9133a59c49a53c4e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 25 Sep 2015 15:00:56 +0200 Subject: patch 7.4.875 Problem: Not obvious how to contribute. Solution: Add a remark about CONTRIBUTING.md to README.md --- README.md | 5 +++++ src/version.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 384c4ec8d..809f8efcf 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 f8fe4a891..1347ac881 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 875, /**/ 874, /**/ -- cgit v1.2.1