summaryrefslogtreecommitdiffstats
path: root/runtime/compiler
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-08-13 10:33:05 +0200
committerGitHub <noreply@github.com>2023-08-13 10:33:05 +0200
commite978b4534a5e10471108259118c0ef791106fd92 (patch)
tree82a192a401346465b719becfc3bae139f9b6624e /runtime/compiler
parent9c30f4389944810cf88154d25dfd9ea5737c19e6 (diff)
Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
Diffstat (limited to 'runtime/compiler')
-rw-r--r--runtime/compiler/README.txt2
-rw-r--r--runtime/compiler/msvc.vim5
2 files changed, 4 insertions, 3 deletions
diff --git a/runtime/compiler/README.txt b/runtime/compiler/README.txt
index 3f0b97b83e..dccf4a9762 100644
--- a/runtime/compiler/README.txt
+++ b/runtime/compiler/README.txt
@@ -8,4 +8,4 @@ If you want to write your own compiler plugin, have a look at the other files
for how to do it, the format is simple.
If you think a compiler plugin you have written is useful for others, please
-send it to Bram@vim.org.
+send it to the vim-dev mailing list: <vim-dev@vim.org>
diff --git a/runtime/compiler/msvc.vim b/runtime/compiler/msvc.vim
index efe36c4da2..0d5660c103 100644
--- a/runtime/compiler/msvc.vim
+++ b/runtime/compiler/msvc.vim
@@ -1,7 +1,8 @@
" Vim compiler file
" Compiler: Microsoft Visual C
-" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2014 Sep 20
+" Maintainer: The Vim Project <https://github.com/vim/vim>
+" Last Change: 2023 Aug 10
+" Former Maintainer: Bram Moolenaar <Bram@vim.org>
if exists("current_compiler")
finish