From: Christian Brabandt Date: Sun, 13 Aug 2023 15:53:07 +0000 (+0200) Subject: runtime: Add a few more remarks about Bram and new runtime files X-Git-Tag: v9.0.1704~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1688938dd5ac78ab67e54299b9d5b93499dba762;p=thirdparty%2Fvim.git runtime: Add a few more remarks about Bram and new runtime files Signed-off-by: Christian Brabandt --- diff --git a/README.md b/README.md index 8fec70917a..6a4e3e3a7a 100644 --- a/README.md +++ b/README.md @@ -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-Moolenaar](https://vimhelp.org/version9.txt.html#Bram-Moolenaar) + Send any other comments, patches, flowers and suggestions to the vim-dev mailing list: diff --git a/README.txt b/README.txt index 2c692f0a37..159e8aec20 100644 --- a/README.txt +++ b/README.txt @@ -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-Moolenaar| + Send any other comments, patches, flowers and suggestions to the vim-dev mailing list: diff --git a/runtime/indent/README.txt b/runtime/indent/README.txt index 8628ecccb7..5f56d56690 100644 --- a/runtime/indent/README.txt +++ b/runtime/indent/README.txt @@ -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: . Rules for making an indent file: diff --git a/runtime/syntax/README.txt b/runtime/syntax/README.txt index 8eee0ea20a..756ae41587 100644 --- a/runtime/syntax/README.txt +++ b/runtime/syntax/README.txt @@ -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: . 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: For further info see ":help syntax" in Vim.