summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-09-01 21:25:44 +0200
committerBram Moolenaar <Bram@vim.org>2015-09-01 21:25:44 +0200
commitb58988b832b69b52dfefeca338ea4802d0c4cdca (patch)
tree4e9eacf8d01869520a5ca6622d15fbb6283c3444
parentcf619daa8e0ef9a335f27f65eb74e422a17d4f92 (diff)
downloadvim-git-b58988b832b69b52dfefeca338ea4802d0c4cdca.tar.gz
patch 7.4.854v7.4.854
Problem: Missing information about runtime files. Solution: Add section about runtime files. (Christian Brabandt)
-rw-r--r--CONTRIBUTING.md15
-rw-r--r--src/version.c2
2 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index af39302c0..b03f03e68 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,3 +37,18 @@ You can find known issues in the todo file: ":help todo".
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.
diff --git a/src/version.c b/src/version.c
index 7b0ad1b98..7f7f0dda2 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 */
/**/
+ 854,
+/**/
853,
/**/
852,