diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2023-08-13 17:00:03 +0100 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2023-08-23 20:31:07 +0100 |
commit | a5565499c8ff49a13ea9aee3ccda62a9e19af97e (patch) | |
tree | 12cfcd1d4febb54dc33df4e5edbc5ddeb2c69337 | |
parent | dc45fb4655f5ce56c0bbcb179ef1c38149491d9f (diff) | |
download | rneovim-a5565499c8ff49a13ea9aee3ccda62a9e19af97e.tar.gz rneovim-a5565499c8ff49a13ea9aee3ccda62a9e19af97e.tar.bz2 rneovim-a5565499c8ff49a13ea9aee3ccda62a9e19af97e.zip |
vim-patch:1688938dd5ac
runtime: Add a few more remarks about Bram and new runtime files
https://github.com/vim/vim/commit/1688938dd5ac78ab67e54299b9d5b93499dba762
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/indent/README.txt | 2 | ||||
-rw-r--r-- | runtime/syntax/README.txt | 5 |
2 files changed, 4 insertions, 3 deletions
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: <vim-dev@vim.org>. 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: <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. |