diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-01-04 07:27:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 23:27:49 +0000 |
| commit | db210dd2a41fe6a8745e00a6f2341881d696437d (patch) | |
| tree | 233cfce880e2091f1165fdfb24634b33a19eb4a9 /runtime/compiler | |
| parent | 3621af9b970c80d2a6ff36569d7495391599c334 (diff) | |
vim-patch:57352b2: runtime: mention subscription only ml, fix typo in maintainer email (#37222)
https://github.com/vim/vim/commit/57352b279d4de492dee4be07d6bc4a116599bbac
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/compiler')
| -rw-r--r-- | runtime/compiler/gnat.vim | 2 | ||||
| -rw-r--r-- | runtime/compiler/perl.vim | 2 | ||||
| -rw-r--r-- | runtime/compiler/perlcritic.vim | 2 | ||||
| -rw-r--r-- | runtime/compiler/podchecker.vim | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/runtime/compiler/gnat.vim b/runtime/compiler/gnat.vim index 086edbede3..696d1c6eb4 100644 --- a/runtime/compiler/gnat.vim +++ b/runtime/compiler/gnat.vim @@ -3,7 +3,7 @@ " Language: Ada (GNAT) " $Id: gnat.vim 887 2008-07-08 14:29:01Z krischik $ " Copyright: Copyright (C) 2006 Martin Krischik -" Maintainer: Martin Krischi <krischik@users.sourceforge.net>k +" Maintainer: Martin Krischi <krischik@users.sourceforge.net> " Ned Okie <nokie@radford.edu> " $Author: krischik $ " $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $ diff --git a/runtime/compiler/perl.vim b/runtime/compiler/perl.vim index 6aeaac3fa1..04643af26c 100644 --- a/runtime/compiler/perl.vim +++ b/runtime/compiler/perl.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Perl syntax checks (perl -Wc) -" Maintainer: vim-perl <vim-perl@googlegroups.com> +" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) " Author: Christian J. Robinson <heptite@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues diff --git a/runtime/compiler/perlcritic.vim b/runtime/compiler/perlcritic.vim index 4b5f34dd2e..d50bc31129 100644 --- a/runtime/compiler/perlcritic.vim +++ b/runtime/compiler/perlcritic.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: perlcritic -" Maintainer: vim-perl <vim-perl@googlegroups.com> +" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) " Author: Doug Kearns <dougkearns@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues diff --git a/runtime/compiler/podchecker.vim b/runtime/compiler/podchecker.vim index 20faaa4bcc..744c1034d6 100644 --- a/runtime/compiler/podchecker.vim +++ b/runtime/compiler/podchecker.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: podchecker -" Maintainer: vim-perl <vim-perl@googlegroups.com> +" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) " Author: Doug Kearns <dougkearns@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues |
