changeset 32774:1b2730ece70e

runtime: Add a few more remarks about Bram and new runtime files Commit: https://github.com/vim/vim/commit/1688938dd5ac78ab67e54299b9d5b93499dba762 Author: Christian Brabandt <cb@256bit.org> Date: Sun Aug 13 17:53:07 2023 +0200 runtime: Add a few more remarks about Bram and new runtime files Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2023 18:00:05 +0200
parents 935a4566c0d1
children 2d5e8c46508b
files README.md README.txt runtime/indent/README.txt runtime/syntax/README.txt
diffstat 4 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md
+++ b/README.md
@@ -147,6 +147,9 @@ If nothing else works, report bugs direc
 
 ## 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>
 
--- a/README.txt
+++ b/README.txt
@@ -128,6 +128,8 @@ If nothing else works, report bugs direc
 
 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>
--- a/runtime/indent/README.txt
+++ b/runtime/indent/README.txt
@@ -14,7 +14,7 @@ If you have remarks about an existing fi
 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:
--- a/runtime/syntax/README.txt
+++ b/runtime/syntax/README.txt
@@ -34,9 +34,10 @@ checking a few lines in the file. And pl
 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.