0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime: Add a few more remarks about Bram and new runtime files

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2023-08-13 17:53:07 +02:00
parent 74cc13cc40
commit 1688938dd5
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
4 changed files with 9 additions and 3 deletions

View File

@ -147,6 +147,9 @@ If nothing else works, report bugs directly to the vim-dev mailing list:
## Main author ##
Most of Vim was created by Bram Moolenaar <Bram@vim.org>
[Bram-Moolenaar](https://vimhelp.org/version9.txt.html#Bram-Moolenaar)
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list:
<vim-dev@vim.org>

View File

@ -128,6 +128,8 @@ If nothing else works, report bugs directly to the vim-dev mailing list:
MAIN AUTHOR
Most of Vim was created by Bram Moolenaar <Bram@vim.org> |Bram-Moolenaar|
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list:
<vim-dev@vim.org>

View File

@ -14,7 +14,7 @@ If you have remarks about an existing file, send them to the maintainer of
that file. Only when you get no response send a message to Bram@vim.org.
If you are the maintainer of an indent file and make improvements, e-mail the
new version to Bram@vim.org.
new version to the vim-dev mailing list: <vim-dev@vim.org>.
Rules for making an indent file:

View File

@ -34,9 +34,10 @@ checking a few lines in the file. And please write the file in a portable way,
see ":help 44.12".
If you have remarks about an existing file, send them to the maintainer of
that file. Only when you get no response send a message to Bram@vim.org.
that file. Only when you get no response send a message to the vim-dev
mailing list: <vim-dev@vim.org>.
If you are the maintainer of a syntax file and make improvements, send the new
version to Bram@vim.org.
version to the vim-dev mailing list: <vim-dev@vim.org>
For further info see ":help syntax" in Vim.