]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime: Add a few more remarks about Bram and new runtime files
authorChristian Brabandt <cb@256bit.org>
Sun, 13 Aug 2023 15:53:07 +0000 (17:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Aug 2023 15:53:07 +0000 (17:53 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
README.md
README.txt
runtime/indent/README.txt
runtime/syntax/README.txt

index 8fec70917a5f295ac50eec265395b8594e043111..6a4e3e3a7a25fa0964249fa1ced70914d5759bad 100644 (file)
--- 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@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>
 
index 2c692f0a37d9cce5400f5431b168ab51d133d1e3..159e8aec20568e5dec9327c5f885628208c618f6 100644 (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>
index 8628ecccb796b7a9dbac558d6fcd0c6c7e90b275..5f56d56690cef1b0dcc336e64c5a82ebca231f23 100644 (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:
index 8eee0ea20ac1d566f3551c082e306cc61d786df9..756ae415879a0cb7c2cfb7bd5e990fcb8a57c5ab 100644 (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.