Skip to content

Commit b58988b

Browse files
committed
patch 7.4.854
Problem: Missing information about runtime files. Solution: Add section about runtime files. (Christian Brabandt)
1 parent cf619da commit b58988b

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,18 @@ You can find known issues in the todo file: ":help todo".
3737
Or open [the todo file] on GitHub to see the latest version.
3838

3939
[the todo file]: https://github.com/vim/vim/blob/master/runtime/doc/todo.txt
40+
41+
42+
# Syntax, indent and other runtime files
43+
44+
The latest version of these files can be obtained from the repository.
45+
They are usually not updated with numbered patches.
46+
47+
If you find a problem with one of these files or have a suggestion for
48+
improvement, please first try to contact the maintainer directly.
49+
Look in the header of the file for the name and email address.
50+
51+
The maintainer will take care of issues and send updates to Bram for
52+
distribution with Vim.
53+
54+
If the maintainer does not react, contact the vim-dev maillist.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
854,
744746
/**/
745747
853,
746748
/**/

0 commit comments

Comments
 (0)