changeset 7084:1c039023af1c v7.4.854

commit https://github.com/vim/vim/commit/b58988b832b69b52dfefeca338ea4802d0c4cdca Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 21:25:44 2015 +0200 patch 7.4.854 Problem: Missing information about runtime files. Solution: Add section about runtime files. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Sep 2015 21:30:04 +0200
parents 1793de0a2d64
children 48f2b6bd763c
files CONTRIBUTING.md src/version.c
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,3 +37,18 @@ You can find known issues in the todo fi
 Or open [the todo file] on GitHub to see the latest version.
 
 [the todo file]: https://github.com/vim/vim/blob/master/runtime/doc/todo.txt
+
+
+# Syntax, indent and other runtime files
+
+The latest version of these files can be obtained from the repository.
+They are usually not updated with numbered patches.
+
+If you find a problem with one of these files or have a suggestion for
+improvement, please first try to contact the maintainer directly.
+Look in the header of the file for the name and email address.
+
+The maintainer will take care of issues and send updates to Bram for 
+distribution with Vim.
+
+If the maintainer does not react, contact the vim-dev maillist.
--- 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 */
 /**/
+    854,
+/**/
     853,
 /**/
     852,