From e978b4534a5e10471108259118c0ef791106fd92 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sun, 13 Aug 2023 10:33:05 +0200 Subject: 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 --- runtime/compiler/README.txt | 2 +- runtime/compiler/msvc.vim | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'runtime/compiler') 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: 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 -" Last Change: 2014 Sep 20 +" Maintainer: The Vim Project +" Last Change: 2023 Aug 10 +" Former Maintainer: Bram Moolenaar if exists("current_compiler") finish -- cgit v1.2.3