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
This commit is contained in:
Christian Brabandt
2023-08-13 10:33:05 +02:00
committed by GitHub
parent 9c30f43899
commit e978b4534a
120 changed files with 287 additions and 207 deletions

View File

@ -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 maintainer will do with your changes and under what license they
will be distributed is negotiable. If there has been no negotiation will be distributed is negotiable. If there has been no negotiation
then this license, or a later version, also applies to your changes. then this license, or a later version, also applies to your changes.
The current maintainer is Bram Moolenaar <Bram@vim.org>. If this The current maintainers are listed here: https://github.com/orgs/vim/people.
changes it will be announced in appropriate places (most likely 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 vim.sf.net, www.vim.org and/or comp.editors). When it is completely
impossible to contact the maintainer, the obligation to send him impossible to contact the maintainer, the obligation to send him
your changes ceases. Once the maintainer has confirmed that he has your changes ceases. Once the maintainer has confirmed that he has

View File

@ -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: lists to discuss them with Vim users and developers:
https://www.vim.org/maillist.php https://www.vim.org/maillist.php
If nothing else works, report bugs directly: If nothing else works, report bugs directly to the vim-dev mailing list:
Bram Moolenaar <Bram@vim.org> <vim-dev@vim.org>
## Main author ## ## 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 <Bram@vim.org> <vim-dev@vim.org>
This is `README.md` for version 9.0 of Vim: Vi IMproved. This is `README.md` for version 9.0 of Vim: Vi IMproved.

View File

@ -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: lists to discuss them with Vim users and developers:
https://www.vim.org/maillist.php https://www.vim.org/maillist.php
If nothing else works, report bugs directly: If nothing else works, report bugs directly to the vim-dev mailing list:
Bram Moolenaar <Bram@vim.org> <vim-dev@vim.org>
MAIN AUTHOR 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>

View File

@ -1,10 +1,11 @@
vim9script noclear vim9script noclear
# Vim completion script # Vim completion script
# Language: C # Language: C
# Maintainer: Bram Moolenaar <Bram@vim.org> # Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2023 Aug 10
# Rewritten in Vim9 script by github user lacygoill # Rewritten in Vim9 script by github user lacygoill
# Last Change: 2022 Jan 31 # Former Maintainer: Bram Moolenaar <Bram@vim.org>
var prepended: string var prepended: string
var grepCache: dict<list<dict<any>>> var grepCache: dict<list<dict<any>>>

View File

@ -2,8 +2,9 @@ vim9script
# Vim functions for file type detection # Vim functions for file type detection
# #
# Maintainer: Bram Moolenaar <Bram@vim.org> # Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2023 Jun 09 # Last Change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# These functions are moved here from runtime/filetype.vim to make startup # These functions are moved here from runtime/filetype.vim to make startup
# faster. # faster.

View File

@ -3,8 +3,9 @@ vim9script
# Vim function for detecting a filetype from the file contents. # Vim function for detecting a filetype from the file contents.
# Invoked from "scripts.vim" in 'runtimepath' # Invoked from "scripts.vim" in 'runtimepath'
# #
# Maintainer: Bram Moolenaar <Bram@vim.org> # Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2023 Jun 09 # Last Change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
export def DetectFiletype() export def DetectFiletype()
var line1 = getline(1) var line1 = getline(1)

View File

@ -1,6 +1,7 @@
" Vim autoload file for editing compressed files. " Vim autoload file for editing compressed files.
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2016 Sep 28 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" These functions are used by the gzip plugin. " These functions are used by the gzip plugin.

View File

@ -1,6 +1,7 @@
" Vim support file to help with paste mappings and menus " Vim support file to help with paste mappings and menus
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2019 Jan 27 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Define the string to use for items that are present both in Edit, Popup and " 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. " Toolbar menu. Also used in mswin.vim and macmap.vim.

View File

@ -1,6 +1,7 @@
" Vim script to download a missing spell file " Vim script to download a missing spell file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2020 Jul 10 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
if !exists('g:spellfile_URL') if !exists('g:spellfile_URL')
" Always use https:// because it's secure. The certificate is for nluug.nl, " Always use https:// because it's secure. The certificate is for nluug.nl,

View File

@ -1,8 +1,9 @@
:" Use this script to create the file "bugreport.txt", which contains :" Use this script to create the file "bugreport.txt", which contains
:" information about the environment of a possible bug in Vim. :" information about the environment of a possible bug in Vim.
:" :"
:" Maintainer: Bram Moolenaar <Bram@vim.org> :" Maintainer: The Vim Project <https://github.com/vim/vim>
:" Last change: 2019 Jan 27 :" Last change: 2023 Aug 10
:" Former Maintainer: Bram Moolenaar <Bram@vim.org>
:" :"
:" To use inside Vim: :" To use inside Vim:
:" :so $VIMRUNTIME/bugreport.vim :" :so $VIMRUNTIME/bugreport.vim

View File

@ -1,6 +1,7 @@
" Vim color file " Vim color file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2001 Jul 23 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This is the default color scheme. It doesn't define the Normal " This is the default color scheme. It doesn't define the Normal
" highlighting, it uses whatever the colors used to be. " highlighting, it uses whatever the colors used to be.

View File

@ -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. for how to do it, the format is simple.
If you think a compiler plugin you have written is useful for others, please 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>

View File

@ -1,7 +1,8 @@
" Vim compiler file " Vim compiler file
" Compiler: Microsoft Visual C " Compiler: Microsoft Visual C
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2014 Sep 20 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
if exists("current_compiler") if exists("current_compiler")
finish finish

View File

@ -1,7 +1,8 @@
" The default vimrc file. " The default vimrc file.
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last change: 2023 May 10 " Last change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" "
" This is loaded if no vimrc file was found. " This is loaded if no vimrc file was found.
" Except when Vim is run with "-u NONE" or "-C". " Except when Vim is run with "-u NONE" or "-C".

View File

@ -1,8 +1,9 @@
" This Vim script deletes all the menus, so that they can be redefined. " This Vim script deletes all the menus, so that they can be redefined.
" Warning: This also deletes all menus defined by the user! " Warning: This also deletes all menus defined by the user!
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2019 Dec 10 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
aunmenu * aunmenu *
tlunmenu * tlunmenu *

View File

@ -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 VIM REFERENCE MANUAL by Bram Moolenaar
@ -129,8 +129,9 @@ There are three ways to report bugs:
3. Send bug reports to: Vim Developers <vim-dev@vim.org> 3. Send bug reports to: Vim Developers <vim-dev@vim.org>
This is a maillist, you need to become a member first and many people will 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 see the message. If you don't want that, e.g. because it is a security
issue, send it to <bugs@vim.org>, this only goes to the Vim maintainer issue, please contact any of the current Vim maintainers
(that's Bram). 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 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 from the time that is spent on improving Vim! Always give a reproducible
@ -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. 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 <Bram@vim.org>. Most of Vim was created by Bram Moolenaar <Bram@vim.org> |Bram-Moolenaar|
Parts of the documentation come from several Vi manuals, written by: Parts of the documentation come from several Vi manuals, written by:
W.N. Joy W.N. Joy
@ -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) Bill Foster Athena GUI port (later removed)
Google Lets me work on Vim one day a week Google Lets me work on Vim one day a week
Loic Grenie xvim (ideas for multi windows version) 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 Darren Hiebert Exuberant ctags
Jason Hildebrand GTK+ 2 port Jason Hildebrand GTK+ 2 port
Bruce Hunsaker improvements for VMS port Bruce Hunsaker improvements for VMS port

View File

@ -3856,7 +3856,8 @@ BeOS os_beos.txt /*BeOS*
Blob eval.txt /*Blob* Blob eval.txt /*Blob*
Blobs eval.txt /*Blobs* Blobs eval.txt /*Blobs*
Boolean eval.txt /*Boolean* Boolean eval.txt /*Boolean*
Bram intro.txt /*Bram* Bram version9.txt /*Bram*
Bram-Moolenaar version9.txt /*Bram-Moolenaar*
BufAdd autocmd.txt /*BufAdd* BufAdd autocmd.txt /*BufAdd*
BufCreate autocmd.txt /*BufCreate* BufCreate autocmd.txt /*BufCreate*
BufDelete autocmd.txt /*BufDelete* BufDelete autocmd.txt /*BufDelete*
@ -5458,7 +5459,7 @@ Mark motion.txt /*Mark*
MenuPopup autocmd.txt /*MenuPopup* MenuPopup autocmd.txt /*MenuPopup*
MiNT os_mint.txt /*MiNT* MiNT os_mint.txt /*MiNT*
ModeChanged autocmd.txt /*ModeChanged* ModeChanged autocmd.txt /*ModeChanged*
Moolenaar intro.txt /*Moolenaar* Moolenaar version9.txt /*Moolenaar*
MorphOS os_amiga.txt /*MorphOS* MorphOS os_amiga.txt /*MorphOS*
Motif gui_x11.txt /*Motif* Motif gui_x11.txt /*Motif*
Myspell spell.txt /*Myspell* Myspell spell.txt /*Myspell*

View File

@ -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 maintainer will do with your changes and under what license they
will be distributed is negotiable. If there has been no negotiation will be distributed is negotiable. If there has been no negotiation
then this license, or a later version, also applies to your changes. then this license, or a later version, also applies to your changes.
The current maintainer is Bram Moolenaar <Bram@vim.org>. If this The current maintainers are listed here: https://github.com/orgs/vim/people.
changes it will be announced in appropriate places (most likely 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 vim.sf.net, www.vim.org and/or comp.editors). When it is completely
impossible to contact the maintainer, the obligation to send him impossible to contact the maintainer, the obligation to send him
your changes ceases. Once the maintainer has confirmed that he has your changes ceases. Once the maintainer has confirmed that he has

View File

@ -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 VIM REFERENCE MANUAL by Bram Moolenaar
@ -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 He registered the vim.org domain and created the first Vim website. We will
remember him! 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* NEW FEATURES *new-9*

View File

@ -1,6 +1,7 @@
" Vim script for Evim key bindings " Vim script for Evim key bindings
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 May 10 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Don't use Vi-compatible mode. " Don't use Vi-compatible mode.
set nocompatible set nocompatible

View File

@ -1,7 +1,8 @@
" Vim support file to detect file types " Vim support file to detect file types
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Jun 09 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Listen very carefully, I will say this only once " Listen very carefully, I will say this only once
if exists("did_load_filetypes") if exists("did_load_filetypes")

View File

@ -1,7 +1,8 @@
" Vim support file to switch off detection of file types " Vim support file to switch off detection of file types
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last change: 2001 Jun 11 " Last change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
if exists("did_load_filetypes") if exists("did_load_filetypes")
unlet did_load_filetypes unlet did_load_filetypes

View File

@ -2,8 +2,9 @@ vim9script noclear
# Vim support file to switch on loading plugins for file types # Vim support file to switch on loading plugins for file types
# #
# Maintainer: Bram Moolenaar <Bram@vim.org> # Maintainer: The Vim Project <https://github.com/vim/vim>
# Last change: 2022 Feb 11 # Last change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
if exists("g:did_load_ftplugin") if exists("g:did_load_ftplugin")
finish finish

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: Aap recipe " Language: Aap recipe
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2021 Nov 14 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: BTM " Language: BTM
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2004 Jul 06 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: C " Language: C
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Apr 08 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: C++ " Language: C++
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2020 Jul 26 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: Diff " Language: Diff
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2021 Nov 14 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: Mail " Language: Mail
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2021 Oct 23 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: Make " Language: Make
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2020 Oct 16 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: Objective C " Language: Objective C
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2003 Jan 15 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin " Vim filetype plugin
" Language: Vim " Language: Vim
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Feb 07 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -1,7 +1,8 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: Zimbu " Language: Zimbu
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Sep 07 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only do this when not done yet for this buffer " Only do this when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@ -2,8 +2,9 @@ vim9script
# Vim support file to switch off loading plugins for file types # Vim support file to switch off loading plugins for file types
# #
# Maintainer: Bram Moolenaar <Bram@vim.org> # Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2022 Feb 09 # Last Change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
if exists("g:did_load_ftplugin") if exists("g:did_load_ftplugin")
unlet g:did_load_ftplugin unlet g:did_load_ftplugin

View File

@ -2,8 +2,9 @@
" The commands in this are executed when the GUI is started, after the vimrc " The commands in this are executed when the GUI is started, after the vimrc
" has been executed. " has been executed.
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last change: 2016 Apr 05 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" "
" To use it, copy it to " To use it, copy it to
" for Unix: ~/.gvimrc " for Unix: ~/.gvimrc

View File

@ -1,7 +1,8 @@
" Vim support file to switch on loading indent files for file types " Vim support file to switch on loading indent files for file types
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Feb 11 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
if exists("did_indent_on") if exists("did_indent_on")
finish finish

View File

@ -6,9 +6,9 @@ at ":help indent-expression". Looking at the existing files should give you
inspiration. inspiration.
If you make a new indent file which would be useful for others, please send it If you make a new indent file which would be useful for others, please send it
to Bram@vim.org. Include instructions for detecting the file type for this to the vim-dev mailing list <vim-dev@vim.org>. Include instructions for
language, by file name extension or by checking a few lines in the file. detecting the file type for this language, by file name extension or by
And please stick to the rules below. checking a few lines in the file. And please stick to the rules below.
If you have remarks about an existing file, send them to the maintainer of 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 Bram@vim.org.

View File

@ -1,7 +1,8 @@
" Vim indent file " Vim indent file
" Language: Aap recipe " Language: Aap recipe
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2005 Jun 24 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only load this indent file when no other was loaded. " Only load this indent file when no other was loaded.
if exists("b:did_indent") if exists("b:did_indent")

View File

@ -1,7 +1,8 @@
" Vim indent file " Vim indent file
" Language: C " Language: C
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2005 Mar 27 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only load this indent file when no other was loaded. " Only load this indent file when no other was loaded.
if exists("b:did_indent") if exists("b:did_indent")

View File

@ -1,7 +1,8 @@
" Vim indent file " Vim indent file
" Language: C++ " Language: C++
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2008 Nov 29 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only load this indent file when no other was loaded. " Only load this indent file when no other was loaded.
if exists("b:did_indent") if exists("b:did_indent")

View File

@ -1,7 +1,8 @@
" Vim indent file " Vim indent file
" Language: CUDA " Language: CUDA
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2008 Nov 29 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only load this indent file when no other was loaded. " Only load this indent file when no other was loaded.
if exists("b:did_indent") if exists("b:did_indent")

View File

@ -1,8 +1,9 @@
" Vim indent file " Vim indent file
" Language: Python " Language: Python
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Original Author: David Bustos <bustos@caltech.edu> " Original Author: David Bustos <bustos@caltech.edu>
" Last Change: 2021 Sep 26
" Only load this indent file when no other was loaded. " Only load this indent file when no other was loaded.
if exists("b:did_indent") if exists("b:did_indent")

View File

@ -2,8 +2,9 @@ vim9script
# Vim indent file # Vim indent file
# Language: Vim script # Language: Vim script
# Maintainer: Bram Moolenaar <Bram@vim.org> # Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2023 Feb 02 # Last Change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# Only load this indent file when no other was loaded. # Only load this indent file when no other was loaded.
if exists('b:did_indent') if exists('b:did_indent')

View File

@ -1,7 +1,8 @@
" Vim indent file " Vim indent file
" Language: XHTML " Language: XHTML
" Maintainer: Bram Moolenaar <Bram@vim.org> (for now) " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2005 Jun 24 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only load this indent file when no other was loaded. " Only load this indent file when no other was loaded.
if exists("b:did_indent") if exists("b:did_indent")

View File

@ -1,7 +1,8 @@
" Vim indent file " Vim indent file
" Language: Zimbu " Language: Zimbu
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2021 Sep 26 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only load this indent file when no other was loaded. " Only load this indent file when no other was loaded.
if exists("b:did_indent") if exists("b:did_indent")

View File

@ -1,7 +1,8 @@
" Vim support file to switch off loading indent files for file types " Vim support file to switch off loading indent files for file types
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2001 Jun 11 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
if exists("did_indent_on") if exists("did_indent_on")
unlet did_indent_on unlet did_indent_on

View File

@ -1,6 +1,7 @@
" Vim script to work like "less" " Vim script to work like "less"
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2020 Dec 17 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Avoid loading this file twice, allow the user to define his own script. " Avoid loading this file twice, allow the user to define his own script.
if exists("loaded_less") if exists("loaded_less")

View File

@ -1,8 +1,9 @@
vim9script vim9script
# Script to define the syntax menu in synmenu.vim # Script to define the syntax menu in synmenu.vim
# Maintainer: Bram Moolenaar <Bram@vim.org> # Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2022 Jun 27 # Last Change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# This is used by "make menu" in the src directory. # This is used by "make menu" in the src directory.
edit <sfile>:p:h/synmenu.vim edit <sfile>:p:h/synmenu.vim

View File

@ -1,8 +1,9 @@
" Vim support file to define the default menus " Vim support file to define the default menus
" You can also use this as a start for your own set of menus. " You can also use this as a start for your own set of menus.
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 May 03 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Note that ":an" (short for ":anoremenu") is often used to make a menu work " Note that ":an" (short for ":anoremenu") is often used to make a menu work
" in all modes and avoid side effects from mappings defined by the user. " in all modes and avoid side effects from mappings defined by the user.

View File

@ -1,7 +1,8 @@
" Set options and add mapping such that Vim behaves a lot like MS-Windows " Set options and add mapping such that Vim behaves a lot like MS-Windows
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2018 Dec 07 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Bail out if this isn't wanted. " Bail out if this isn't wanted.
if exists("g:skip_loading_mswin") && g:skip_loading_mswin if exists("g:skip_loading_mswin") && g:skip_loading_mswin

View File

@ -1,7 +1,8 @@
" These commands create the option window. " These commands create the option window.
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Dec 16 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" If there already is an option window, jump to that one. " If there already is an option window, jump to that one.
let buf = bufnr('option-window') let buf = bufnr('option-window')

View File

@ -1,6 +1,7 @@
" Vim plugin for editing compressed files. " Vim plugin for editing compressed files.
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2016 Oct 30 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Exit quickly when: " Exit quickly when:
" - this plugin was already loaded " - this plugin was already loaded

View File

@ -1,6 +1,7 @@
" Vim plugin for showing matching parens " Vim plugin for showing matching parens
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Dec 01 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Exit quickly when: " Exit quickly when:
" - this plugin was already loaded (or disabled) " - this plugin was already loaded (or disabled)

View File

@ -1,6 +1,7 @@
" Vim plugin for downloading spell files " Vim plugin for downloading spell files
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2006 Feb 01 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Exit quickly when: " Exit quickly when:
" - this plugin was already loaded " - this plugin was already loaded

View File

@ -1,7 +1,8 @@
" Vim support file to detect file types in scripts " Vim support file to detect file types in scripts
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last change: 2023 Jun 08 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This file is called by an autocommand for every file that has just been " This file is called by an autocommand for every file that has just been
" loaded into a buffer. It checks if the type of file can be recognized by " loaded into a buffer. It checks if the type of file can be recognized by

View File

@ -1,8 +1,9 @@
" Vim support file to define the syntax selection menu " Vim support file to define the syntax selection menu
" This file is normally sourced from menu.vim. " This file is normally sourced from menu.vim.
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Oct 04 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Define the SetSyn function, used for the Syntax menu entries. " Define the SetSyn function, used for the Syntax menu entries.
" Set 'filetype' and also 'syntax' if it is manually selected. " Set 'filetype' and also 'syntax' if it is manually selected.

View File

@ -28,9 +28,10 @@ whitespace.vim View Tabs and Spaces.
If you want to write a syntax file, read the docs at ":help usr_44.txt". If you want to write a syntax file, read the docs at ":help usr_44.txt".
If you make a new syntax file which would be useful for others, please send it If you make a new syntax file which would be useful for others, please send it
to Bram@vim.org. Include instructions for detecting the file type for this to the vim-dev mailing list <vim-dev@vim.org>. Include instructions for
language, by file name extension or by checking a few lines in the file. detecting the file type for this language, by file name extension or by
And please write the file in a portable way, see ":help 44.12". 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 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 Bram@vim.org.

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: A-A-P recipe " Language: A-A-P recipe
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2004 Jun 13 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Quit when a syntax file was already loaded " Quit when a syntax file was already loaded
if exists("b:current_syntax") if exists("b:current_syntax")

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: C " Language: C
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Mar 08 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Quit when a (custom) syntax file was already loaded " Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax") if exists("b:current_syntax")

View File

@ -1,7 +1,8 @@
" Vim script for testing colors " Vim script for testing colors
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Contributors: Rafael Garcia-Suarez, Charles Campbell " Contributors: Rafael Garcia-Suarez, Charles Campbell
" Last Change: 2008 Jun 04 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" edit this file, then do ":source %", and check if the colors match " edit this file, then do ":source %", and check if the colors match

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: generic configure file " Language: generic configure file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2021 May 01 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Quit when a (custom) syntax file was already loaded " Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax") if exists("b:current_syntax")

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: CTRL-H (e.g., ASCII manpages) " Language: CTRL-H (e.g., ASCII manpages)
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2005 Jun 20 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Existing syntax is kept, this file can be used as an addition " Existing syntax is kept, this file can be used as an addition

View File

@ -1,8 +1,9 @@
" Vim syntax file " Vim syntax file
" Language: Diff (context or unified) " Language: Diff (context or unified)
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Translations by Jakson Alves de Aquino. " Translations by Jakson Alves de Aquino.
" Last Change: 2020 Dec 30 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Quit when a (custom) syntax file was already loaded " Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax") if exists("b:current_syntax")

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: Vim help file " Language: Vim help file
" Maintainer: Bram Moolenaar (Bram@vim.org) " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Nov 13 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Quit when a (custom) syntax file was already loaded " Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax") if exists("b:current_syntax")

View File

@ -1,6 +1,7 @@
" Vim syntax support file " Vim syntax support file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2016 Feb 01 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This file is used for ":syntax manual". " This file is used for ":syntax manual".
" It installs the Syntax autocommands, but no the FileType autocommands. " It installs the Syntax autocommands, but no the FileType autocommands.

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: Model " Language: Model
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2005 Jun 20 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" very basic things only (based on the vgrindefs file). " very basic things only (based on the vgrindefs file).
" If you use this language, please improve it, and send me the patches! " If you use this language, please improve it, and send me the patches!

View File

@ -1,6 +1,7 @@
" Vim syntax support file " Vim syntax support file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2006 Apr 16 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This file is used for ":syntax off". " This file is used for ":syntax off".
" It removes the autocommands and stops highlighting for all buffers. " It removes the autocommands and stops highlighting for all buffers.

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: Quickfix window " Language: Quickfix window
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last change: 2001 Jan 15 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Quit when a syntax file was already loaded " Quit when a syntax file was already loaded
if exists("b:current_syntax") if exists("b:current_syntax")

View File

@ -1,6 +1,7 @@
" Vim syntax support file " Vim syntax support file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2020 Feb 13 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This file sets up the default methods for highlighting. " This file sets up the default methods for highlighting.
" It is loaded from "synload.vim" and from Vim for ":syntax reset". " It is loaded from "synload.vim" and from Vim for ":syntax reset".

View File

@ -1,6 +1,7 @@
" Vim syntax support file " Vim syntax support file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Apr 12 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This file sets up for syntax highlighting. " This file sets up for syntax highlighting.
" It is loaded from "syntax.vim" and "manual.vim". " It is loaded from "syntax.vim" and "manual.vim".

View File

@ -1,6 +1,7 @@
" Vim syntax support file " Vim syntax support file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2022 Apr 12 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This file is used for ":syntax on". " This file is used for ":syntax on".
" It installs the autocommands and starts highlighting for all buffers. " It installs the autocommands and starts highlighting for all buffers.

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: Generic template " Language: Generic template
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2019 May 06 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Quit when a (custom) syntax file was already loaded " Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax") if exists("b:current_syntax")

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: Vgrindefs " Language: Vgrindefs
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2005 Jun 20 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" The Vgrindefs file is used to specify a language for vgrind " The Vgrindefs file is used to specify a language for vgrind

View File

@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: Vim .viminfo file " Language: Vim .viminfo file
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2016 Jun 05 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Quit when a (custom) syntax file was already loaded " Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax") if exists("b:current_syntax")

View File

@ -1,8 +1,9 @@
# #
# Demonstration of a termcap file (for the Amiga and Archimedes) # Demonstration of a termcap file (for the Amiga and Archimedes)
# #
# Maintainer: Bram Moolenaar <Bram@vim.org> # Maintainer: The Vim Project <https://github.com/vim/vim>
# Last change: 1999 Feb 02 # Last Change: 2023 Aug 10
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# #
sx|ansi|any ansi terminal with pessimistic assumptions:\ sx|ansi|any ansi terminal with pessimistic assumptions:\
:co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\ :co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\

View File

@ -1,7 +1,8 @@
" An example for a vimrc file. " An example for a vimrc file.
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: The Vim Project <https://github.com/vim/vim>
" Last change: 2019 Dec 17 " Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" "
" To use it, copy it to " To use it, copy it to
" for Unix: ~/.vimrc " for Unix: ~/.vimrc

View File

@ -102,7 +102,7 @@
# something wrong you may need to change one of the other files. If # something wrong you may need to change one of the other files. If
# you find a clean way to fix the problem, consider sending a note to # you find a clean way to fix the problem, consider sending a note to
# the author of autoconf (bug-gnu-utils@prep.ai.mit.edu) or Vim # the author of autoconf (bug-gnu-utils@prep.ai.mit.edu) or Vim
# (Bram@vim.org). Don't bother to do that when you made a hack # (vim-dev@vim.org). Don't bother to do that when you made a hack
# solution for a non-standard system. # solution for a non-standard system.
# #
# 4. "make test" {{{1 # 4. "make test" {{{1

View File

@ -1114,7 +1114,7 @@ ex_messages(exarg_T *eap)
msg_attr( msg_attr(
// Translator: Please replace the name and email address // Translator: Please replace the name and email address
// with the appropriate text for your translation. // with the appropriate text for your translation.
_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"), _("Messages maintainer: The Vim Project"),
HL_ATTR(HLF_T)); HL_ATTR(HLF_T));
} }

View File

@ -90,7 +90,7 @@ language.
Remove the "#, fuzzy" line after adding the translation. Remove the "#, fuzzy" line after adding the translation.
There is one special message: There is one special message:
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
You should include your name and E-mail address instead, for example: You should include your name and E-mail address instead, for example:
msgstr "Berichten <20>bersetzt bei: John Doe <john@doe.org>" msgstr "Berichten <20>bersetzt bei: John Doe <john@doe.org>"

View File

@ -59,7 +59,7 @@ the same as in the Unix case, only the commands change):
Remove "#~" and "#, fuzzy" after adding the translation. Remove "#~" and "#, fuzzy" after adding the translation.
There is one special message: There is one special message:
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
You should include your name and E-mail address instead, for example: You should include your name and E-mail address instead, for example:
msgstr "Berichten <20>bersetzt bei: John Doe <john@doe.org>" msgstr "Berichten <20>bersetzt bei: John Doe <john@doe.org>"

View File

@ -1562,7 +1562,7 @@ msgstr "Fout ontdek tydens verwerking van %s: "
msgid "line %4ld:" msgid "line %4ld:"
msgstr "re<72>l %4ld:" msgstr "re<72>l %4ld:"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Boodskappe onderhouers: Danie Roux en Jean Jordaan <droux@tuks.co.za>" msgstr "Boodskappe onderhouers: Danie Roux en Jean Jordaan <droux@tuks.co.za>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -2245,7 +2245,7 @@ msgstr "S'ha detectat un error en processar %s:"
msgid "line %4ld:" msgid "line %4ld:"
msgstr "l<>nia %4ld:" msgstr "l<>nia %4ld:"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Traducci<63> dels missatges: Ernest Adrogu<67> <nr9@posteo.net>" msgstr "Traducci<63> dels missatges: Ernest Adrogu<67> <nr9@posteo.net>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -2954,7 +2954,7 @@ msgstr "
msgid "[string too long]" msgid "[string too long]"
msgstr "[p<><70>li<6C> dlouh<75> <20>et<65>zec]" msgstr "[p<><70>li<6C> dlouh<75> <20>et<65>zec]"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Spr<70>vce zpr<70>v: Ji<4A><69> Pavlovsk<73> <jpavlovsky@mbox.vol.cz>" msgstr "Spr<70>vce zpr<70>v: Ji<4A><69> Pavlovsk<73> <jpavlovsky@mbox.vol.cz>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -2954,7 +2954,7 @@ msgstr "
msgid "[string too long]" msgid "[string too long]"
msgstr "[p<><70>li<6C> dlouh<75> <20>et<65>zec]" msgstr "[p<><70>li<6C> dlouh<75> <20>et<65>zec]"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Spr<70>vce zpr<70>v: Ji<4A><69> Pavlovsk<73> <jpavlovsky@mbox.vol.cz>" msgstr "Spr<70>vce zpr<70>v: Ji<4A><69> Pavlovsk<73> <jpavlovsky@mbox.vol.cz>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -3968,7 +3968,7 @@ msgstr "linje %4ld:"
msgid "E354: Invalid register name: '%s'" msgid "E354: Invalid register name: '%s'"
msgstr "E354: Ugyldigt registernavn: '%s'" msgstr "E354: Ugyldigt registernavn: '%s'"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Oversætter: scootergrisen" msgstr "Oversætter: scootergrisen"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -2299,7 +2299,7 @@ msgstr "Fehler beim Ausf
msgid "line %4ld:" msgid "line %4ld:"
msgstr "Zeile %4ld:" msgstr "Zeile %4ld:"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "<22>bersetzt von Christian Brabandt <cb@256bit.org>" msgstr "<22>bersetzt von Christian Brabandt <cb@256bit.org>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -94,7 +94,7 @@ msgstr "-foreground <colour>\tUse <colour> for normal text (also: -fg)"
msgid "+reverse\t\tDon't use reverse video (also: +rv)" msgid "+reverse\t\tDon't use reverse video (also: +rv)"
msgstr "+reverse\t\tDo not use reverse video (also: +rv)" msgstr "+reverse\t\tDo not use reverse video (also: +rv)"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Messages maintainer: Mike Williams <mrw@eandem.co.uk>" msgstr "Messages maintainer: Mike Williams <mrw@eandem.co.uk>"
msgid "VIM: Can't open window!\n" msgid "VIM: Can't open window!\n"

View File

@ -3814,7 +3814,7 @@ msgstr "linio %4ld:"
msgid "E354: Invalid register name: '%s'" msgid "E354: Invalid register name: '%s'"
msgstr "E354: Nevalida nomo de reĝistro: '%s'" msgstr "E354: Nevalida nomo de reĝistro: '%s'"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Flegado de mesaĝoj: Dominique PELLÉ <dominique.pelle@gmail.com>" msgstr "Flegado de mesaĝoj: Dominique PELLÉ <dominique.pelle@gmail.com>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -2266,7 +2266,7 @@ msgstr "Se ha detectado un error al procesar %s:"
msgid "line %4ld:" msgid "line %4ld:"
msgstr "línea %4ld:" msgstr "línea %4ld:"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "" msgstr ""
"Traducción: Proyecto vim-doc-es <https://www.assembla.com/wiki/show/vim-doc-" "Traducción: Proyecto vim-doc-es <https://www.assembla.com/wiki/show/vim-doc-"
"es>, Victorhck <victorhck@opensuse.org>" "es>, Victorhck <victorhck@opensuse.org>"

View File

@ -2206,7 +2206,7 @@ msgstr "Virhe suoritettaessa komentoja %s:"
msgid "line %4ld:" msgid "line %4ld:"
msgstr "rivi %4ld:" msgstr "rivi %4ld:"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Käännöksen ylläpitäjä: Flammie Pirinen <flammie@iki.fi>" msgstr "Käännöksen ylläpitäjä: Flammie Pirinen <flammie@iki.fi>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -3967,7 +3967,7 @@ msgid "E354: Invalid register name: '%s'"
msgstr "E354: Nom de registre invalide : '%s'" msgstr "E354: Nom de registre invalide : '%s'"
# DB - todo : mettre <20> jour ? # DB - todo : mettre <20> jour ?
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Maintenance des messages : Dominique Pell<6C> <dominique.pelle@gmail.com>" msgstr "Maintenance des messages : Dominique Pell<6C> <dominique.pelle@gmail.com>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -2256,7 +2256,7 @@ msgstr "Earr
msgid "line %4ld:" msgid "line %4ld:"
msgstr "l<>ne %4ld:" msgstr "l<>ne %4ld:"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "" msgstr ""
"Cothaitheoir na dteachtaireachta<74>: Kevin P. Scannell <kscanne@gmail.com>" "Cothaitheoir na dteachtaireachta<74>: Kevin P. Scannell <kscanne@gmail.com>"

View File

@ -2192,7 +2192,7 @@ msgstr "riga %4ld:"
#. Translator: Please replace the name and email address #. Translator: Please replace the name and email address
#. with the appropriate text for your translation. #. with the appropriate text for your translation.
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Manutentore messaggi: Antonio Colombo <azc100@gmail.com>" msgstr "Manutentore messaggi: Antonio Colombo <azc100@gmail.com>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -2182,7 +2182,7 @@ msgstr "%s
msgid "line %4ld:" msgid "line %4ld:"
msgstr "<22><> %4ld:" msgstr "<22><> %4ld:"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "<22><><EFBFBD>ܸ<EFBFBD><DCB8><EFBFBD><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>ƽ<EFBFBD>: ¼<><C2BC> <20><>Ϻ <koron.kaoriya@gmail.com>" msgstr "<22><><EFBFBD>ܸ<EFBFBD><DCB8><EFBFBD><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>ƽ<EFBFBD>: ¼<><C2BC> <20><>Ϻ <koron.kaoriya@gmail.com>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -2182,7 +2182,7 @@ msgstr "%s の処理中にエラーが検出されました:"
msgid "line %4ld:" msgid "line %4ld:"
msgstr "行 %4ld:" msgstr "行 %4ld:"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "日本語メッセージ翻訳/監修: 村岡 太郎 <koron.kaoriya@gmail.com>" msgstr "日本語メッセージ翻訳/監修: 村岡 太郎 <koron.kaoriya@gmail.com>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -3907,7 +3907,7 @@ msgstr "%4ld 줄:"
msgid "E354: Invalid register name: '%s'" msgid "E354: Invalid register name: '%s'"
msgstr "E354: 잘못된 레지스터 이름: '%s'" msgstr "E354: 잘못된 레지스터 이름: '%s'"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "메시지 관리자: SungHyun Nam <goweol@gmail.com>" msgstr "메시지 관리자: SungHyun Nam <goweol@gmail.com>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -3907,7 +3907,7 @@ msgstr "%4ld
msgid "E354: Invalid register name: '%s'" msgid "E354: Invalid register name: '%s'"
msgstr "E354: <20>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD>: '%s'" msgstr "E354: <20>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD>: '%s'"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "<22>޽<EFBFBD><DEBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: SungHyun Nam <goweol@gmail.com>" msgstr "<22>޽<EFBFBD><DEBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: SungHyun Nam <goweol@gmail.com>"
msgid "Interrupt: " msgid "Interrupt: "

View File

@ -215,7 +215,7 @@ msgstr "E298: Neizdevās iegūt bloku nr 2?"
msgid "E304: ml_upd_block0(): Didn't get block 0??" msgid "E304: ml_upd_block0(): Didn't get block 0??"
msgstr "E304: ml_upd_block0(): Neizdevās iegūt bloku 0??" msgstr "E304: ml_upd_block0(): Neizdevās iegūt bloku 0??"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Messages maintainer: Valdis Vitolins <valdis.vitolins@odo.lv>" msgstr "Messages maintainer: Valdis Vitolins <valdis.vitolins@odo.lv>"
msgid "Keys don't match!" msgid "Keys don't match!"

View File

@ -3738,7 +3738,7 @@ msgstr "linje %4ld:"
msgid "E354: Invalid register name: '%s'" msgid "E354: Invalid register name: '%s'"
msgstr "E354: Ugyldig registernavn: '%s'" msgstr "E354: Ugyldig registernavn: '%s'"
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "" msgstr ""
"Vedlikeholder for norsk oversettelse: <20>yvind A. Holm <sunny@sunbase.org>" "Vedlikeholder for norsk oversettelse: <20>yvind A. Holm <sunny@sunbase.org>"

View File

@ -3347,7 +3347,7 @@ msgstr "regel %4ld:"
#~ msgid "E354: Invalid register name: '%s'" #~ msgid "E354: Invalid register name: '%s'"
#~ msgstr "" #~ msgstr ""
msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" msgid "Messages maintainer: The Vim Project"
msgstr "Vertaald door: Erwin Poeze <erwin.poeze@gmail.com>" msgstr "Vertaald door: Erwin Poeze <erwin.poeze@gmail.com>"
#~ msgid "Interrupt: " #~ msgid "Interrupt: "

Some files were not shown because too many files have changed in this diff Show More