comparison CONTRIBUTING.md @ 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 6ad58a7e995b
children 723487cd7876
comparison
equal deleted inserted replaced
7083:1793de0a2d64 7084:1c039023af1c
35 35
36 You can find known issues in the todo file: ":help todo". 36 You can find known issues in the todo file: ":help todo".
37 Or open [the todo file] on GitHub to see the latest version. 37 Or open [the todo file] on GitHub to see the latest version.
38 38
39 [the todo file]: https://github.com/vim/vim/blob/master/runtime/doc/todo.txt 39 [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.