]> granicus.if.org Git - vim/commitdiff
patch 7.4.854 v7.4.854
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Sep 2015 19:25:44 +0000 (21:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Sep 2015 19:25:44 +0000 (21:25 +0200)
Problem:    Missing information about runtime files.
Solution:   Add section about runtime files. (Christian Brabandt)

CONTRIBUTING.md
src/version.c

index af39302c0b4197efa57a15b0d9b4aaca910e9a2d..b03f03e68e02c19dabb75fde9e62c890ff36cf1b 100644 (file)
@@ -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.
index 7b0ad1b98adc899939d701ed1be4de16988e4f34..7f7f0dda2cc05c47fa1037ed068bc3501f1693ac 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    854,
 /**/
     853,
 /**/