Skip to content

Commit

Permalink
Farewell to Bram and dedicate upcoming Vim 9.1 to him (vim#12749)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
chrisbra authored Aug 13, 2023
1 parent 9c30f43 commit e978b45
Show file tree
Hide file tree
Showing 120 changed files with 287 additions and 207 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ II) It is allowed to distribute a modified (or extended) version of Vim,
maintainer will do with your changes and under what license they
will be distributed is negotiable. If there has been no negotiation
then this license, or a later version, also applies to your changes.
The current maintainer is Bram Moolenaar <Bram@vim.org>. If this
changes it will be announced in appropriate places (most likely
The current maintainers are listed here: https://github.com/orgs/vim/people.
If this changes it will be announced in appropriate places (most likely
vim.sf.net, www.vim.org and/or comp.editors). When it is completely
impossible to contact the maintainer, the obligation to send him
your changes ceases. Once the maintainer has confirmed that he has
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ If you still have problems or any other questions, use one of the mailing
lists to discuss them with Vim users and developers:
https://www.vim.org/maillist.php

If nothing else works, report bugs directly:
Bram Moolenaar <Bram@vim.org>
If nothing else works, report bugs directly to the vim-dev mailing list:
<vim-dev@vim.org>


## Main author ##

Send any other comments, patches, flowers and suggestions to:
Bram Moolenaar <Bram@vim.org>
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list:
<vim-dev@vim.org>


This is `README.md` for version 9.0 of Vim: Vi IMproved.
8 changes: 4 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ If you still have problems or any other questions, use one of the mailing
lists to discuss them with Vim users and developers:
https://www.vim.org/maillist.php

If nothing else works, report bugs directly:
Bram Moolenaar <Bram@vim.org>
If nothing else works, report bugs directly to the vim-dev mailing list:
<vim-dev@vim.org>


MAIN AUTHOR

Send any other comments, patches, flowers and suggestions to:
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list:

Bram Moolenaar E-mail: Bram@vim.org
<vim-dev@vim.org>
7 changes: 4 additions & 3 deletions runtime/autoload/ccomplete.vim
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
vim9script noclear

# Vim completion script
# Language: C
# Maintainer: Bram Moolenaar <[email protected]>
# Language: C
# Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2023 Aug 10
# Rewritten in Vim9 script by github user lacygoill
# Last Change: 2022 Jan 31
# Former Maintainer: Bram Moolenaar <[email protected]>

var prepended: string
var grepCache: dict<list<dict<any>>>
Expand Down
5 changes: 3 additions & 2 deletions runtime/autoload/dist/ft.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ vim9script

# Vim functions for file type detection
#
# Maintainer: Bram Moolenaar <[email protected]>
# Last Change: 2023 Jun 09
# Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <[email protected]>

# These functions are moved here from runtime/filetype.vim to make startup
# faster.
Expand Down
5 changes: 3 additions & 2 deletions runtime/autoload/dist/script.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ vim9script
# Vim function for detecting a filetype from the file contents.
# Invoked from "scripts.vim" in 'runtimepath'
#
# Maintainer: Bram Moolenaar <[email protected]>
# Last Change: 2023 Jun 09
# Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <[email protected]>

export def DetectFiletype()
var line1 = getline(1)
Expand Down
5 changes: 3 additions & 2 deletions runtime/autoload/gzip.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
" Vim autoload file for editing compressed files.
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2016 Sep 28
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" These functions are used by the gzip plugin.

Expand Down
5 changes: 3 additions & 2 deletions runtime/autoload/paste.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
" Vim support file to help with paste mappings and menus
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2019 Jan 27
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Define the string to use for items that are present both in Edit, Popup and
" Toolbar menu. Also used in mswin.vim and macmap.vim.
Expand Down
5 changes: 3 additions & 2 deletions runtime/autoload/spellfile.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
" Vim script to download a missing spell file
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2020 Jul 10
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

if !exists('g:spellfile_URL')
" Always use https:// because it's secure. The certificate is for nluug.nl,
Expand Down
5 changes: 3 additions & 2 deletions runtime/bugreport.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
:" Use this script to create the file "bugreport.txt", which contains
:" information about the environment of a possible bug in Vim.
:"
:" Maintainer: Bram Moolenaar <[email protected]>
:" Last change: 2019 Jan 27
:" Maintainer: The Vim Project <https://github.com/vim/vim>
:" Last change: 2023 Aug 10
:" Former Maintainer: Bram Moolenaar <[email protected]>
:"
:" To use inside Vim:
:" :so $VIMRUNTIME/bugreport.vim
Expand Down
5 changes: 3 additions & 2 deletions runtime/colors/default.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
" Vim color file
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2001 Jul 23
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" This is the default color scheme. It doesn't define the Normal
" highlighting, it uses whatever the colors used to be.
Expand Down
2 changes: 1 addition & 1 deletion runtime/compiler/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
5 changes: 3 additions & 2 deletions runtime/compiler/msvc.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim compiler file
" Compiler: Microsoft Visual C
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2014 Sep 20
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

if exists("current_compiler")
finish
Expand Down
5 changes: 3 additions & 2 deletions runtime/defaults.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" The default vimrc file.
"
" Maintainer: Bram Moolenaar <[email protected]>
" Last change: 2023 May 10
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>
"
" This is loaded if no vimrc file was found.
" Except when Vim is run with "-u NONE" or "-C".
Expand Down
5 changes: 3 additions & 2 deletions runtime/delmenu.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
" This Vim script deletes all the menus, so that they can be redefined.
" Warning: This also deletes all menus defined by the user!
"
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2019 Dec 10
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

aunmenu *
tlunmenu *
Expand Down
13 changes: 7 additions & 6 deletions runtime/doc/intro.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*intro.txt* For Vim version 9.0. Last change: 2022 Nov 20
*intro.txt* For Vim version 9.0. Last change: 2023 Aug 09


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -129,8 +129,9 @@ There are three ways to report bugs:
3. Send bug reports to: Vim Developers <[email protected]>
This is a maillist, you need to become a member first and many people will
see the message. If you don't want that, e.g. because it is a security
issue, send it to <[email protected]>, this only goes to the Vim maintainer
(that's Bram).
issue, please contact any of the current Vim maintainers
https://github.com/orgs/vim/people (but not Bram or the vim-dev ML).
In the future, a proper process for handling security issues will be setup.

Please be brief; all the time that is spent on answering mail is subtracted
from the time that is spent on improving Vim! Always give a reproducible
Expand Down Expand Up @@ -181,9 +182,9 @@ The user may create scripts for Vim that use external commands. These might
introduce Y2K problems, but those are not really part of Vim itself.

==============================================================================
3. Credits *credits* *author* *Bram* *Moolenaar*
3. Credits *credits* *author*

Most of Vim was created by Bram Moolenaar <[email protected]>.
Most of Vim was created by Bram Moolenaar <[email protected]> |Bram-Moolenaar|

Parts of the documentation come from several Vi manuals, written by:
W.N. Joy
Expand Down Expand Up @@ -216,7 +217,7 @@ Vim would never have become what it is now, without the help of these people!
Bill Foster Athena GUI port (later removed)
Google Lets me work on Vim one day a week
Loic Grenie xvim (ideas for multi windows version)
Sven Guckes Vim promoter and previous WWW page maintainer
Sven Guckes Vim promoter and previous WWW page maintainer |Sven-Guckes|
Darren Hiebert Exuberant ctags
Jason Hildebrand GTK+ 2 port
Bruce Hunsaker improvements for VMS port
Expand Down
5 changes: 3 additions & 2 deletions runtime/doc/tags
Original file line number Diff line number Diff line change
Expand Up @@ -3856,7 +3856,8 @@ BeOS os_beos.txt /*BeOS*
Blob eval.txt /*Blob*
Blobs eval.txt /*Blobs*
Boolean eval.txt /*Boolean*
Bram intro.txt /*Bram*
Bram version9.txt /*Bram*
Bram-Moolenaar version9.txt /*Bram-Moolenaar*
BufAdd autocmd.txt /*BufAdd*
BufCreate autocmd.txt /*BufCreate*
BufDelete autocmd.txt /*BufDelete*
Expand Down Expand Up @@ -5458,7 +5459,7 @@ Mark motion.txt /*Mark*
MenuPopup autocmd.txt /*MenuPopup*
MiNT os_mint.txt /*MiNT*
ModeChanged autocmd.txt /*ModeChanged*
Moolenaar intro.txt /*Moolenaar*
Moolenaar version9.txt /*Moolenaar*
MorphOS os_amiga.txt /*MorphOS*
Motif gui_x11.txt /*Motif*
Myspell spell.txt /*Myspell*
Expand Down
4 changes: 2 additions & 2 deletions runtime/doc/uganda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ II) It is allowed to distribute a modified (or extended) version of Vim,
maintainer will do with your changes and under what license they
will be distributed is negotiable. If there has been no negotiation
then this license, or a later version, also applies to your changes.
The current maintainer is Bram Moolenaar <Bram@vim.org>. If this
changes it will be announced in appropriate places (most likely
The current maintainers are listed here: https://github.com/orgs/vim/people.
If this changes it will be announced in appropriate places (most likely
vim.sf.net, www.vim.org and/or comp.editors). When it is completely
impossible to contact the maintainer, the obligation to send him
your changes ceases. Once the maintainer has confirmed that he has
Expand Down
13 changes: 12 additions & 1 deletion runtime/doc/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.0. Last change: 2022 Nov 23
*version9.txt* For Vim version 9.0. Last change: 2023 Aug 09


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -43,6 +43,17 @@ when the release was being prepared. Sven was a long time supporter of Vim.
He registered the vim.org domain and created the first Vim website. We will
remember him!

*Bram* *Moolenaar* *Bram-Moolenaar*
Vim version 9.1 is dedicated to Bram Moolenaar, who passed away on August 3rd 2023
while still working full-time on Vim. The Vim project would not exist without
his ongoing passion to lead and develop Vim and the community for more than 30
years. Bram was also passionate about his |ICCF| foundation to help children
in Uganda. If you enjoy using Vim, please consider donating!
We will miss his guidance, passion and leadership.

Obituary Articles: https://github.com/vim/vim/discussions/12742
Say Farewell: https://github.com/vim/vim/discussions/12737

==============================================================================
NEW FEATURES *new-9*

Expand Down
5 changes: 3 additions & 2 deletions runtime/evim.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
" Vim script for Evim key bindings
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2022 May 10
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Don't use Vi-compatible mode.
set nocompatible
Expand Down
5 changes: 3 additions & 2 deletions runtime/filetype.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2023 Jun 09
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftoff.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim support file to switch off detection of file types
"
" Maintainer: Bram Moolenaar <[email protected]>
" Last change: 2001 Jun 11
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

if exists("did_load_filetypes")
unlet did_load_filetypes
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftplugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ vim9script noclear

# Vim support file to switch on loading plugins for file types
#
# Maintainer: Bram Moolenaar <[email protected]>
# Last change: 2022 Feb 11
# Maintainer: The Vim Project <https://github.com/vim/vim>
# Last change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <[email protected]>

if exists("g:did_load_ftplugin")
finish
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftplugin/aap.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim filetype plugin file
" Language: Aap recipe
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2021 Nov 14
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftplugin/btm.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim filetype plugin file
" Language: BTM
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2004 Jul 06
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftplugin/c.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim filetype plugin file
" Language: C
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2022 Apr 08
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftplugin/cpp.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim filetype plugin file
" Language: C++
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2020 Jul 26
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftplugin/diff.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim filetype plugin file
" Language: Diff
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2021 Nov 14
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftplugin/mail.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim filetype plugin file
" Language: Mail
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2021 Oct 23
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
5 changes: 3 additions & 2 deletions runtime/ftplugin/make.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
" Vim filetype plugin file
" Language: Make
" Maintainer: Bram Moolenaar <[email protected]>
" Last Change: 2020 Oct 16
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <[email protected]>

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
Loading

0 comments on commit e978b45

Please sign in to comment.