neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit ab20681c5229df3dc7291c67bb5a944acb7d5f7f
parent 1c96140b1a608020bfcee5f5ad73b2179e31b057
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri,  2 Jan 2026 06:53:44 +0800

vim-patch:62d8f3d: runtime: Revert several "mark invalid contact addresses" commits (#37192)

This reverts commits:
- 6b652a785033fd4164e049492a7327c1ed7c3e5f
- 2f689d5abde0ccddca9e20d8c93a0299bd054e32
- a025a46d4169587145fb54f04af349cd05cb6122

Several email addresses that are known to be valid caused bounces
due to an issue with my email setup. The previous commits incorrectly
marked these addresses as invalid. So revert the whole thing again.

https://github.com/vim/vim/commit/62d8f3dab5a0b30c31a8df86a973c5e59821a3f0

N/A patch:
vim-patch:2f689d5: runtime: mark more invalid email addresses

Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
Mruntime/autoload/clojurecomplete.vim | 2+-
Mruntime/autoload/decada.vim | 2+-
Mruntime/autoload/gnat.vim | 2+-
Mruntime/autoload/hare.vim | 2+-
Mruntime/autoload/haskellcomplete.vim | 2+-
Mruntime/autoload/htmlcomplete.vim | 2+-
Mruntime/autoload/javascriptcomplete.vim | 2+-
Mruntime/autoload/xmlcomplete.vim | 2+-
Mruntime/compiler/ant.vim | 2+-
Mruntime/compiler/bcc.vim | 2+-
Mruntime/compiler/cppcheck.vim | 2+-
Mruntime/compiler/decada.vim | 2+-
Mruntime/compiler/dot.vim | 2+-
Mruntime/compiler/fortran_cv.vim | 2+-
Mruntime/compiler/fortran_g77.vim | 2+-
Mruntime/compiler/fpc.vim | 2+-
Mruntime/compiler/ghc.vim | 2+-
Mruntime/compiler/gnat.vim | 2+-
Mruntime/compiler/hare.vim | 2+-
Mruntime/compiler/hp_acc.vim | 2+-
Mruntime/compiler/intel.vim | 2+-
Mruntime/compiler/irix5_c.vim | 2+-
Mruntime/compiler/irix5_cpp.vim | 2+-
Mruntime/compiler/mcs.vim | 2+-
Mruntime/compiler/mips_c.vim | 2+-
Mruntime/compiler/mipspro_c89.vim | 2+-
Mruntime/compiler/mipspro_cpp.vim | 2+-
Mruntime/compiler/modelsim_vcom.vim | 2+-
Mruntime/compiler/neato.vim | 2+-
Mruntime/compiler/perl.vim | 2+-
Mruntime/compiler/perlcritic.vim | 2+-
Mruntime/compiler/podchecker.vim | 2+-
Mruntime/compiler/pyunit.vim | 2+-
Mruntime/compiler/rime_deployer.vim | 2+-
Mruntime/compiler/rustc.vim | 2+-
Mruntime/compiler/scdoc.vim | 2+-
Mruntime/compiler/splint.vim | 2+-
Mruntime/compiler/stack.vim | 2+-
Mruntime/compiler/tex.vim | 2+-
Mruntime/compiler/vimdoc.vim | 2+-
Mruntime/ftplugin/abnf.vim | 2+-
Mruntime/ftplugin/art.vim | 2+-
Mruntime/ftplugin/autohotkey.vim | 2+-
Mruntime/ftplugin/bitbake.vim | 2+-
Mruntime/ftplugin/bp.vim | 2+-
Mruntime/ftplugin/bpftrace.vim | 2+-
Mruntime/ftplugin/c3.vim | 2+-
Mruntime/ftplugin/cgdbrc.vim | 2+-
Mruntime/ftplugin/ch.vim | 2+-
Mruntime/ftplugin/chatito.vim | 2+-
Mruntime/ftplugin/clojure.vim | 2+-
Mruntime/ftplugin/cobol.vim | 2+-
Mruntime/ftplugin/dtrace.vim | 2+-
Mruntime/ftplugin/dts.vim | 2+-
Mruntime/ftplugin/fennel.vim | 2+-
Mruntime/ftplugin/flexwiki.vim | 2+-
Mruntime/ftplugin/fvwm.vim | 2+-
Mruntime/ftplugin/gel.vim | 2+-
Mruntime/ftplugin/gitattributes.vim | 2+-
Mruntime/ftplugin/gitignore.vim | 2+-
Mruntime/ftplugin/gyp.vim | 2+-
Mruntime/ftplugin/hare.vim | 2+-
Mruntime/ftplugin/haredoc.vim | 2+-
Mruntime/ftplugin/haskell.vim | 2+-
Mruntime/ftplugin/htmlangular.vim | 2+-
Mruntime/ftplugin/htmldjango.vim | 2+-
Mruntime/ftplugin/initex.vim | 2+-
Mruntime/ftplugin/j.vim | 2+-
Mruntime/ftplugin/jjdescription.vim | 2+-
Mruntime/ftplugin/jsonnet.vim | 2+-
Mruntime/ftplugin/kdl.vim | 2+-
Mruntime/ftplugin/kwt.vim | 2+-
Mruntime/ftplugin/lf.vim | 2+-
Mruntime/ftplugin/llvm.vim | 2+-
Mruntime/ftplugin/lnk.vim | 2+-
Mruntime/ftplugin/lnkmap.vim | 2+-
Mruntime/ftplugin/m17ndb.vim | 2+-
Mruntime/ftplugin/mbsync.vim | 2+-
Mruntime/ftplugin/mma.vim | 2+-
Mruntime/ftplugin/mrxvtrc.vim | 2+-
Mruntime/ftplugin/mss.vim | 2+-
Mruntime/ftplugin/ocaml.vim | 2+-
Mruntime/ftplugin/occam.vim | 2+-
Mruntime/ftplugin/opencl.vim | 2+-
Mruntime/ftplugin/openvpn.vim | 2+-
Mruntime/ftplugin/perl.vim | 2+-
Mruntime/ftplugin/plaintex.vim | 2+-
Mruntime/ftplugin/pod.vim | 2+-
Mruntime/ftplugin/poefilter.vim | 2+-
Mruntime/ftplugin/postscr.vim | 2+-
Mruntime/ftplugin/pymanifest.vim | 2+-
Mruntime/ftplugin/pyrex.vim | 2+-
Mruntime/ftplugin/python.vim | 2+-
Mruntime/ftplugin/raku.vim | 2+-
Mruntime/ftplugin/roc.vim | 2+-
Mruntime/ftplugin/rpl.vim | 2+-
Mruntime/ftplugin/rust.vim | 2+-
Mruntime/ftplugin/scdoc.vim | 2+-
Mruntime/ftplugin/spajson.vim | 2+-
Mruntime/ftplugin/spec.vim | 2+-
Mruntime/ftplugin/ssa.vim | 2+-
Mruntime/ftplugin/swayconfig.vim | 2+-
Mruntime/ftplugin/tap.vim | 2+-
Mruntime/ftplugin/tex.vim | 2+-
Mruntime/ftplugin/tiasm.vim | 2+-
Mruntime/ftplugin/tt2html.vim | 2+-
Mruntime/ftplugin/uci.vim | 2+-
Mruntime/ftplugin/urlshortcut.vim | 2+-
Mruntime/ftplugin/vdf.vim | 2+-
Mruntime/ftplugin/verilog.vim | 2+-
Mruntime/ftplugin/xcompose.vim | 2+-
Mruntime/ftplugin/xs.vim | 2+-
Mruntime/ftplugin/zathurarc.vim | 2+-
Mruntime/indent/ada.vim | 2+-
Mruntime/indent/ch.vim | 2+-
Mruntime/indent/chatito.vim | 2+-
Mruntime/indent/clojure.vim | 2+-
Mruntime/indent/cobol.vim | 2+-
Mruntime/indent/dtrace.vim | 2+-
Mruntime/indent/dts.vim | 2+-
Mruntime/indent/fennel.vim | 2+-
Mruntime/indent/glsl.vim | 2+-
Mruntime/indent/gyp.vim | 2+-
Mruntime/indent/hare.vim | 2+-
Mruntime/indent/htmldjango.vim | 2+-
Mruntime/indent/j.vim | 2+-
Mruntime/indent/java.vim | 2+-
Mruntime/indent/json.vim | 2+-
Mruntime/indent/kdl.vim | 2+-
Mruntime/indent/lf.vim | 2+-
Mruntime/indent/lifelines.vim | 2+-
Mruntime/indent/m17ndb.vim | 2+-
Mruntime/indent/objc.vim | 2+-
Mruntime/indent/perl.vim | 2+-
Mruntime/indent/postscr.vim | 2+-
Mruntime/indent/pov.vim | 2+-
Mruntime/indent/pyrex.vim | 2+-
Mruntime/indent/raku.vim | 2+-
Mruntime/indent/rpl.vim | 2+-
Mruntime/indent/rust.vim | 2+-
Mruntime/indent/sdl.vim | 2+-
Mruntime/indent/spajson.vim | 2+-
Mruntime/indent/verilog.vim | 2+-
Mruntime/keymap/belarusian-jcuken.vim | 2+-
Mruntime/keymap/canfr-win.vim | 2+-
Mruntime/keymap/dvorak.vim | 2+-
Mruntime/keymap/esperanto_utf-8.vim | 2+-
Mruntime/keymap/greek_cp1253.vim | 2+-
Mruntime/keymap/greek_iso-8859-7.vim | 2+-
Mruntime/keymap/lithuanian-baltic.vim | 2+-
Mruntime/keymap/magyar_utf-8.vim | 2+-
Mruntime/keymap/oldturkic-orkhon_utf-8.vim | 2+-
Mruntime/keymap/oldturkic-yenisei_utf-8.vim | 2+-
Mruntime/keymap/pinyin.vim | 2+-
Mruntime/keymap/polish-slash.vim | 2+-
Mruntime/keymap/polish-slash_cp1250.vim | 2+-
Mruntime/keymap/polish-slash_cp852.vim | 2+-
Mruntime/keymap/polish-slash_iso-8859-2.vim | 2+-
Mruntime/keymap/polish-slash_utf-8.vim | 2+-
Mruntime/keymap/russian-jcuken.vim | 2+-
Mruntime/keymap/russian-jcukenwin.vim | 2+-
Mruntime/keymap/serbian-latin_utf-8.vim | 2+-
Mruntime/keymap/serbian_cp1250.vim | 2+-
Mruntime/keymap/serbian_cp1251.vim | 2+-
Mruntime/keymap/serbian_iso-8859-2.vim | 2+-
Mruntime/keymap/serbian_iso-8859-5.vim | 2+-
Mruntime/keymap/serbian_utf-8.vim | 2+-
Mruntime/keymap/slovak_cp1250.vim | 2+-
Mruntime/keymap/slovak_iso-8859-2.vim | 2+-
Mruntime/keymap/slovak_utf-8.vim | 2+-
Mruntime/keymap/vietnamese-viqr_utf-8.vim | 2+-
Mruntime/syntax/a65.vim | 2+-
Mruntime/syntax/abc.vim | 2+-
Mruntime/syntax/abnf.vim | 2+-
Mruntime/syntax/acedb.vim | 2+-
Mruntime/syntax/aflex.vim | 2+-
Mruntime/syntax/ahdl.vim | 2+-
Mruntime/syntax/aml.vim | 2+-
Mruntime/syntax/ampl.vim | 2+-
Mruntime/syntax/antlr.vim | 2+-
Mruntime/syntax/apache.vim | 2+-
Mruntime/syntax/apachestyle.vim | 2+-
Mruntime/syntax/arduino.vim | 2+-
Mruntime/syntax/aspperl.vim | 2+-
Mruntime/syntax/asterisk.vim | 2+-
Mruntime/syntax/atlas.vim | 2+-
Mruntime/syntax/autoit.vim | 2+-
Mruntime/syntax/ave.vim | 2+-
Mruntime/syntax/ayacc.vim | 2+-
Mruntime/syntax/bc.vim | 2+-
Mruntime/syntax/bib.vim | 2+-
Mruntime/syntax/bsdl.vim | 2+-
Mruntime/syntax/btm.vim | 2+-
Mruntime/syntax/catalog.vim | 2+-
Mruntime/syntax/cf.vim | 2+-
Mruntime/syntax/cfg.vim | 2+-
Mruntime/syntax/cgdbrc.vim | 2+-
Mruntime/syntax/ch.vim | 2+-
Mruntime/syntax/change.vim | 2+-
Mruntime/syntax/changelog.vim | 2+-
Mruntime/syntax/chaskell.vim | 2+-
Mruntime/syntax/chatito.vim | 2+-
Mruntime/syntax/cheetah.vim | 2+-
Mruntime/syntax/chill.vim | 2+-
Mruntime/syntax/chordpro.vim | 2+-
Mruntime/syntax/clojure.vim | 2+-
Mruntime/syntax/cmacro.vim | 2+-
Mruntime/syntax/cobol.vim | 2+-
Mruntime/syntax/crontab.vim | 2+-
Mruntime/syntax/csp.vim | 2+-
Mruntime/syntax/css.vim | 2+-
Mruntime/syntax/cuda.vim | 2+-
Mruntime/syntax/cuplsim.vim | 2+-
Mruntime/syntax/cweb.vim | 2+-
Mruntime/syntax/cynlib.vim | 2+-
Mruntime/syntax/cynpp.vim | 2+-
Mruntime/syntax/desc.vim | 2+-
Mruntime/syntax/diva.vim | 2+-
Mruntime/syntax/django.vim | 2+-
Mruntime/syntax/docbk.vim | 2+-
Mruntime/syntax/docbksgml.vim | 2+-
Mruntime/syntax/docbkxml.vim | 2+-
Mruntime/syntax/dosini.vim | 2+-
Mruntime/syntax/dsl.vim | 2+-
Mruntime/syntax/dtrace.vim | 2+-
Mruntime/syntax/dts.vim | 2+-
Mruntime/syntax/ecd.vim | 2+-
Mruntime/syntax/edif.vim | 2+-
Mruntime/syntax/esmtprc.vim | 2+-
Mruntime/syntax/exim.vim | 2+-
Mruntime/syntax/fgl.vim | 2+-
Mruntime/syntax/flexwiki.vim | 2+-
Mruntime/syntax/focexec.vim | 2+-
Mruntime/syntax/form.vim | 2+-
Mruntime/syntax/foxpro.vim | 2+-
Mruntime/syntax/fvwm.vim | 2+-
Mruntime/syntax/fvwm2m4.vim | 2+-
Mruntime/syntax/gel.vim | 2+-
Mruntime/syntax/gitattributes.vim | 2+-
Mruntime/syntax/gitignore.vim | 2+-
Mruntime/syntax/gkrellmrc.vim | 2+-
Mruntime/syntax/glsl.vim | 2+-
Mruntime/syntax/grads.vim | 2+-
Mruntime/syntax/groff.vim | 2+-
Mruntime/syntax/gtkrc.vim | 2+-
Mruntime/syntax/gyp.vim | 2+-
Mruntime/syntax/hare.vim | 2+-
Mruntime/syntax/haredoc.vim | 2+-
Mruntime/syntax/haskell.vim | 2+-
Mruntime/syntax/hex.vim | 2+-
Mruntime/syntax/hostsaccess.vim | 2+-
Mruntime/syntax/htmlangular.vim | 2+-
Mruntime/syntax/htmlcheetah.vim | 2+-
Mruntime/syntax/htmldjango.vim | 2+-
Mruntime/syntax/htmlos.vim | 2+-
Mruntime/syntax/ibasic.vim | 2+-
Mruntime/syntax/initng.vim | 2+-
Mruntime/syntax/ishd.vim | 2+-
Mruntime/syntax/iss.vim | 2+-
Mruntime/syntax/ist.vim | 2+-
Mruntime/syntax/j.vim | 2+-
Mruntime/syntax/jal.vim | 2+-
Mruntime/syntax/jam.vim | 2+-
Mruntime/syntax/jess.vim | 2+-
Mruntime/syntax/jjdescription.vim | 2+-
Mruntime/syntax/jproperties.vim | 2+-
Mruntime/syntax/jsp.vim | 2+-
Mruntime/syntax/kdl.vim | 2+-
Mruntime/syntax/kix.vim | 2+-
Mruntime/syntax/kwt.vim | 2+-
Mruntime/syntax/lace.vim | 2+-
Mruntime/syntax/ldif.vim | 2+-
Mruntime/syntax/lf.vim | 2+-
Mruntime/syntax/lhaskell.vim | 2+-
Mruntime/syntax/lifelines.vim | 2+-
Mruntime/syntax/lnk.vim | 2+-
Mruntime/syntax/lnkmap.vim | 2+-
Mruntime/syntax/lotos.vim | 2+-
Mruntime/syntax/lpc.vim | 2+-
Mruntime/syntax/lsl.vim | 2+-
Mruntime/syntax/lss.vim | 2+-
Mruntime/syntax/lyrics.vim | 2+-
Mruntime/syntax/m17ndb.vim | 2+-
Mruntime/syntax/mail.vim | 2+-
Mruntime/syntax/make.vim | 2+-
Mruntime/syntax/mason.vim | 2+-
Mruntime/syntax/master.vim | 2+-
Mruntime/syntax/matlab.vim | 2+-
Mruntime/syntax/mbsync.vim | 2+-
Mruntime/syntax/mgp.vim | 2+-
Mruntime/syntax/mib.vim | 2+-
Mruntime/syntax/mma.vim | 2+-
Mruntime/syntax/mmix.vim | 2+-
Mruntime/syntax/modsim3.vim | 2+-
Mruntime/syntax/modula2/opt/iso.vim | 2+-
Mruntime/syntax/modula2/opt/pim.vim | 2+-
Mruntime/syntax/modula2/opt/r10.vim | 2+-
Mruntime/syntax/mojo.vim | 2+-
Mruntime/syntax/monk.vim | 2+-
Mruntime/syntax/moo.vim | 2+-
Mruntime/syntax/mrxvtrc.vim | 2+-
Mruntime/syntax/msidl.vim | 2+-
Mruntime/syntax/mss.vim | 2+-
Mruntime/syntax/mupad.vim | 2+-
Mruntime/syntax/mush.vim | 2+-
Mruntime/syntax/muttrc.vim | 2+-
Mruntime/syntax/named.vim | 2+-
Mruntime/syntax/nastran.vim | 2+-
Mruntime/syntax/natural.vim | 2+-
Mruntime/syntax/ncf.vim | 2+-
Mruntime/syntax/neomuttlog.vim | 2+-
Mruntime/syntax/neomuttrc.vim | 2+-
Mruntime/syntax/ninja.vim | 2+-
Mruntime/syntax/nix.vim | 2+-
Mruntime/syntax/nqc.vim | 2+-
Mruntime/syntax/nroff.vim | 2+-
Mruntime/syntax/obj.vim | 2+-
Mruntime/syntax/objcpp.vim | 2+-
Mruntime/syntax/occam.vim | 2+-
Mruntime/syntax/opencl.vim | 2+-
Mruntime/syntax/openscad.vim | 2+-
Mruntime/syntax/openvpn.vim | 2+-
Mruntime/syntax/opl.vim | 2+-
Mruntime/syntax/ora.vim | 2+-
Mruntime/syntax/pacmanlog.vim | 2+-
Mruntime/syntax/pccts.vim | 2+-
Mruntime/syntax/perl.vim | 2+-
Mruntime/syntax/pilrc.vim | 2+-
Mruntime/syntax/pine.vim | 2+-
Mruntime/syntax/plp.vim | 2+-
Mruntime/syntax/pod.vim | 2+-
Mruntime/syntax/poefilter.vim | 2+-
Mruntime/syntax/pov.vim | 2+-
Mruntime/syntax/povini.vim | 2+-
Mruntime/syntax/ppd.vim | 2+-
Mruntime/syntax/ppwiz.vim | 2+-
Mruntime/syntax/prescribe.vim | 2+-
Mruntime/syntax/procmail.vim | 2+-
Mruntime/syntax/progress.vim | 2+-
Mruntime/syntax/psf.vim | 2+-
Mruntime/syntax/psl.vim | 2+-
Mruntime/syntax/ptcap.vim | 2+-
Mruntime/syntax/purifylog.vim | 2+-
Mruntime/syntax/pymanifest.vim | 2+-
Mruntime/syntax/pyrex.vim | 2+-
Mruntime/syntax/radiance.vim | 2+-
Mruntime/syntax/raku.vim | 2+-
Mruntime/syntax/rebol.vim | 2+-
Mruntime/syntax/redif.vim | 2+-
Mruntime/syntax/rexx.vim | 2+-
Mruntime/syntax/rib.vim | 2+-
Mruntime/syntax/rnoweb.vim | 2+-
Mruntime/syntax/rrst.vim | 2+-
Mruntime/syntax/rust.vim | 6+++---
Mruntime/syntax/samba.vim | 2+-
Mruntime/syntax/scdoc.vim | 2+-
Mruntime/syntax/sdl.vim | 2+-
Mruntime/syntax/sgml.vim | 2+-
Mruntime/syntax/sgmldecl.vim | 2+-
Mruntime/syntax/sicad.vim | 2+-
Mruntime/syntax/simula.vim | 2+-
Mruntime/syntax/skill.vim | 2+-
Mruntime/syntax/sl.vim | 2+-
Mruntime/syntax/slang.vim | 2+-
Mruntime/syntax/slice.vim | 2+-
Mruntime/syntax/slrnsc.vim | 2+-
Mruntime/syntax/smcl.vim | 2+-
Mruntime/syntax/smil.vim | 2+-
Mruntime/syntax/smith.vim | 2+-
Mruntime/syntax/snnsnet.vim | 2+-
Mruntime/syntax/snnspat.vim | 2+-
Mruntime/syntax/snnsres.vim | 2+-
Mruntime/syntax/snobol4.vim | 2+-
Mruntime/syntax/spajson.vim | 2+-
Mruntime/syntax/spec.vim | 2+-
Mruntime/syntax/spice.vim | 2+-
Mruntime/syntax/splint.vim | 2+-
Mruntime/syntax/sqlj.vim | 2+-
Mruntime/syntax/squid.vim | 2+-
Mruntime/syntax/srec.vim | 2+-
Mruntime/syntax/srt.vim | 2+-
Mruntime/syntax/ssa.vim | 2+-
Mruntime/syntax/st.vim | 2+-
Mruntime/syntax/stata.vim | 2+-
Mruntime/syntax/strace.vim | 2+-
Mruntime/syntax/svg.vim | 2+-
Mruntime/syntax/swayconfig.vim | 2+-
Mruntime/syntax/swift.vim | 2+-
Mruntime/syntax/taskdata.vim | 2+-
Mruntime/syntax/tasm.vim | 2+-
Mruntime/syntax/tcl.vim | 2+-
Mruntime/syntax/texmf.vim | 2+-
Mruntime/syntax/tiasm.vim | 2+-
Mruntime/syntax/tli.vim | 2+-
Mruntime/syntax/trustees.vim | 2+-
Mruntime/syntax/tt2.vim | 2+-
Mruntime/syntax/tt2html.vim | 2+-
Mruntime/syntax/tt2js.vim | 2+-
Mruntime/syntax/uc.vim | 2+-
Mruntime/syntax/upstreamdat.vim | 2+-
Mruntime/syntax/upstreaminstalllog.vim | 2+-
Mruntime/syntax/upstreamlog.vim | 2+-
Mruntime/syntax/upstreamrpt.vim | 2+-
Mruntime/syntax/urlshortcut.vim | 2+-
Mruntime/syntax/usserverlog.vim | 2+-
Mruntime/syntax/usw2kagtlog.vim | 2+-
Mruntime/syntax/valgrind.vim | 2+-
Mruntime/syntax/vdf.vim | 2+-
Mruntime/syntax/vhdl.vim | 2+-
Mruntime/syntax/virata.vim | 2+-
Mruntime/syntax/vmasm.vim | 2+-
Mruntime/syntax/vsejcl.vim | 2+-
Mruntime/syntax/vue.vim | 2+-
Mruntime/syntax/wdiff.vim | 2+-
Mruntime/syntax/web.vim | 2+-
Mruntime/syntax/wml.vim | 2+-
Mruntime/syntax/wsml.vim | 2+-
Mruntime/syntax/wvdial.vim | 2+-
Mruntime/syntax/xcompose.vim | 2+-
Mruntime/syntax/xdefaults.vim | 2+-
Mruntime/syntax/xkb.vim | 2+-
Mruntime/syntax/xpm.vim | 2+-
Mruntime/syntax/xs.vim | 2+-
Mruntime/syntax/xsd.vim | 2+-
Mruntime/syntax/zathurarc.vim | 2+-
425 files changed, 427 insertions(+), 427 deletions(-)

diff --git a/runtime/autoload/clojurecomplete.vim b/runtime/autoload/clojurecomplete.vim @@ -1,6 +1,6 @@ " Vim completion script " Language: Clojure -" Maintainer: Alex Vear <alex@vear.uk> (invalid) +" Maintainer: Alex Vear <alex@vear.uk> " Former Maintainers: Sung Pae <self@sungpae.com> " URL: https://github.com/clojure-vim/clojure.vim " License: Vim (see :h license) diff --git a/runtime/autoload/decada.vim b/runtime/autoload/decada.vim @@ -3,7 +3,7 @@ " Language: Ada (Dec Ada) " $Id: decada.vim 887 2008-07-08 14:29:01Z krischik $ " Copyright: Copyright (C) 2006 Martin Krischik -" Maintainer: Martin Krischik <krischik@users.sourceforge.net> (invalid) +" Maintainer: Martin Krischik <krischik@users.sourceforge.net> " $Author: krischik $ " $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $ " Version: 4.6 diff --git a/runtime/autoload/gnat.vim b/runtime/autoload/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> (invalid) +" Maintainer: Martin Krischi <krischik@users.sourceforge.net>k " Ned Okie <nokie@radford.edu> " $Author: krischik $ " $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $ diff --git a/runtime/autoload/hare.vim b/runtime/autoload/hare.vim @@ -1,6 +1,6 @@ " Vim autoload file. " Language: Hare -" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid) +" Maintainer: Amelia Clarke <selene@perilune.dev> " Last Updated: 2024-05-10 " Upstream: https://git.sr.ht/~sircmpwn/hare.vim diff --git a/runtime/autoload/haskellcomplete.vim b/runtime/autoload/haskellcomplete.vim @@ -1,6 +1,6 @@ " Vim completion script " Language: Haskell -" Maintainer: Daniel Campoverde <alx@sillybytes.net> (invalid) +" Maintainer: Daniel Campoverde <alx@sillybytes.net> " URL: https://github.com/alx741/haskellcomplete.vim " Last Change: 2019 May 14 diff --git a/runtime/autoload/htmlcomplete.vim b/runtime/autoload/htmlcomplete.vim @@ -1,6 +1,6 @@ " Vim completion script " Language: HTML and XHTML -" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl ) (invalid) +" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl ) " Last Change: 2019 Sep 27 " Distinguish between HTML versions. diff --git a/runtime/autoload/javascriptcomplete.vim b/runtime/autoload/javascriptcomplete.vim @@ -1,6 +1,6 @@ " Vim completion script " Language: Java Script -" Maintainer: Jay Sitter (jay@jaysitter.com) (invalid) +" Maintainer: Jay Sitter (jay@jaysitter.com) " URL: https://github.com/jsit/javascriptcomplete.vim/ " Previous Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl ) " Last Change: 2020 Jul 30 diff --git a/runtime/autoload/xmlcomplete.vim b/runtime/autoload/xmlcomplete.vim @@ -1,6 +1,6 @@ " Vim completion script " Language: XML -" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl ) (invalid) +" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl ) " Last Change: 2013 Jun 29 " Version: 1.9 " diff --git a/runtime/compiler/ant.vim b/runtime/compiler/ant.vim @@ -1,6 +1,6 @@ " Vim Compiler File " Compiler: ant -" Maintainer: Johannes Zellner <johannes@zellner.org> (invalid) +" Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Mi, 13 Apr 2005 22:50:07 CEST " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/bcc.vim b/runtime/compiler/bcc.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: bcc - Borland C -" Maintainer: Emile van Raaij (eraaij@xs4all.nl) (invalid) +" Maintainer: Emile van Raaij (eraaij@xs4all.nl) " Last Change: 2004 Mar 27 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/cppcheck.vim b/runtime/compiler/cppcheck.vim @@ -1,6 +1,6 @@ " vim compiler file " Compiler: cppcheck (C++ static checker) -" Maintainer: Vincent B. (twinside@free.fr) (invalid) +" Maintainer: Vincent B. (twinside@free.fr) " Last Change: 2025 Nov 06 by @Konfekt if exists("current_compiler") | finish | endif diff --git a/runtime/compiler/decada.vim b/runtime/compiler/decada.vim @@ -3,7 +3,7 @@ " Language: Ada (Dec Ada) " $Id: decada.vim 887 2008-07-08 14:29:01Z krischik $ " Copyright: Copyright (C) 2006 Martin Krischik -" Maintainer: Martin Krischik <krischik@users.sourceforge.net> (invalid) +" Maintainer: Martin Krischik <krischik@users.sourceforge.net> " $Author: krischik $ " $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $ " Version: 4.6 diff --git a/runtime/compiler/dot.vim b/runtime/compiler/dot.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: ATT dot -" Maintainer: Marcos Macedo <bar4ka@bol.com.br> (invalid) +" Maintainer: Marcos Macedo <bar4ka@bol.com.br> " Last Change: 2024 March 21 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/fortran_cv.vim b/runtime/compiler/fortran_cv.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Compaq Visual Fortran -" Maintainer: Joh.-G. Simon (johann-guenter.simon@linde-le.com) (invalid) +" Maintainer: Joh.-G. Simon (johann-guenter.simon@linde-le.com) " Last Change: 11/05/2002 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/fortran_g77.vim b/runtime/compiler/fortran_g77.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: g77 (GNU Fortran) -" Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (invalid) +" Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> " Last Change: $Date: 2004/06/13 18:17:36 $ " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " $Revision: 1.1 $ diff --git a/runtime/compiler/fpc.vim b/runtime/compiler/fpc.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: FPC 2.1 -" Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl> (invalid) +" Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl> " Last Change: 2005 October 07 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/ghc.vim b/runtime/compiler/ghc.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: GHC Haskell Compiler -" Maintainer: Daniel Campoverde <alx@sillybytes.net> (invalid) +" Maintainer: Daniel Campoverde <alx@sillybytes.net> " Latest Revision: 2016-11-29 if exists("current_compiler") diff --git 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> (invalid) +" Maintainer: Martin Krischi <krischik@users.sourceforge.net>k " Ned Okie <nokie@radford.edu> " $Author: krischik $ " $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $ diff --git a/runtime/compiler/hare.vim b/runtime/compiler/hare.vim @@ -1,6 +1,6 @@ " Vim compiler file. " Compiler: Hare -" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid) +" Maintainer: Amelia Clarke <selene@perilune.dev> " Last Change: 2024-05-23 " Upstream: https://git.sr.ht/~sircmpwn/hare.vim diff --git a/runtime/compiler/hp_acc.vim b/runtime/compiler/hp_acc.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: HP aCC -" Maintainer: Matthias Ulrich <matthias-ulrich@web.de> (invalid) +" Maintainer: Matthias Ulrich <matthias-ulrich@web.de> " URL: http://www.subhome.de/vim/hp_acc.vim " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/intel.vim b/runtime/compiler/intel.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Intel C++ 7.1 -" Maintainer: David Harrison <david_jr@users.sourceforge.net> (invalid) +" Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/irix5_c.vim b/runtime/compiler/irix5_c.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: SGI IRIX 5.3 cc -" Maintainer: David Harrison <david_jr@users.sourceforge.net> (invalid) +" Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/irix5_cpp.vim b/runtime/compiler/irix5_cpp.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: SGI IRIX 5.3 CC or NCC -" Maintainer: David Harrison <david_jr@users.sourceforge.net> (invalid) +" Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/mcs.vim b/runtime/compiler/mcs.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Mono C# Compiler -" Maintainer: Jarek Sobiecki <harijari@go2.pl> (invalid) +" Maintainer: Jarek Sobiecki <harijari@go2.pl> " Contributors: Peter Collingbourne and Enno Nagel " Last Change: 2024 Mar 29 " 2024 Apr 05 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/mips_c.vim b/runtime/compiler/mips_c.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: SGI IRIX 6.5 MIPS C (cc) -" Maintainer: David Harrison <david_jr@users.sourceforge.net> (invalid) +" Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/mipspro_c89.vim b/runtime/compiler/mipspro_c89.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: SGI IRIX 6.5 MIPSPro C (c89) -" Maintainer: David Harrison <david_jr@users.sourceforge.net> (invalid) +" Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/mipspro_cpp.vim b/runtime/compiler/mipspro_cpp.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: SGI IRIX 6.5 MIPSPro C++ (CC) -" Maintainer: David Harrison <david_jr@users.sourceforge.net> (invalid) +" Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/modelsim_vcom.vim b/runtime/compiler/modelsim_vcom.vim @@ -1,6 +1,6 @@ " Vim Compiler File " Compiler: Modelsim Vcom -" Maintainer: Paul Baleme <pbaleme@mail.com> (invalid) +" Maintainer: Paul Baleme <pbaleme@mail.com> " Contributors: Enno Nagel " Last Change: 2024 Mar 29 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/neato.vim b/runtime/compiler/neato.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: ATT neato -" Maintainer: Marcos Macedo <bar4ka@bol.com.br> (invalid) +" Maintainer: Marcos Macedo <bar4ka@bol.com.br> " Last Change: 2024 March 21 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git 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> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " 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 @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: perlcritic -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " 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 @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: podchecker -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " 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/pyunit.vim b/runtime/compiler/pyunit.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Unit testing tool for Python -" Maintainer: Max Ischenko <mfi@ukr.net> (invalid) +" Maintainer: Max Ischenko <mfi@ukr.net> " Last Change: 2004 Mar 27 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/rime_deployer.vim b/runtime/compiler/rime_deployer.vim @@ -1,6 +1,6 @@ " Vim Compiler File " Language: rime_deployer -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " URL: https://rime.im " Latest Revision: 2024-04-09 " Last Change: 2025 Nov 16 by The Vim Project (set errorformat) diff --git a/runtime/compiler/rustc.vim b/runtime/compiler/rustc.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Rust Compiler -" Maintainer: Chris Morgan <me@chrismorgan.info> (invalid) +" Maintainer: Chris Morgan <me@chrismorgan.info> " Latest Revision: 2023-09-11 " 2025 Nov 15 by Vim project: remove test for Vim patch 7.4.191 " 2025 Dec 18 by Vim project: detect more errors #18957 diff --git a/runtime/compiler/scdoc.vim b/runtime/compiler/scdoc.vim @@ -1,6 +1,6 @@ " scdoc compiler for Vim " Compiler: scdoc -" Maintainer: Gregory Anders <contact@gpanders.com> (invalid) +" Maintainer: Gregory Anders <contact@gpanders.com> " Last Updated: 2019-10-24 " 2024 Apr 05 by The Vim Project (removed :CompilerSet definition) " Upstream: https://github.com/gpanders/vim-scdoc diff --git a/runtime/compiler/splint.vim b/runtime/compiler/splint.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: splint/lclint (C source code checker) -" Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (invalid) +" Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> " Splint Home: http://www.splint.org/ " Last Change: 2019 Jul 23 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/stack.vim b/runtime/compiler/stack.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Haskell Stack -" Maintainer: Daniel Campoverde <alx@sillybytes.net> (invalid) +" Maintainer: Daniel Campoverde <alx@sillybytes.net> " Latest Revision: 2018-08-27 if exists("current_compiler") diff --git a/runtime/compiler/tex.vim b/runtime/compiler/tex.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: TeX -" Maintainer: Artem Chuprina <ran@ran.pp.ru> (invalid) +" Maintainer: Artem Chuprina <ran@ran.pp.ru> " Contributors: Enno Nagel " Last Change: 2024 Mar 29 " 2024 Apr 03 by the Vim Project (removed :CompilerSet definition) diff --git a/runtime/compiler/vimdoc.vim b/runtime/compiler/vimdoc.vim @@ -1,6 +1,6 @@ " Vim Compiler File " Language: vimdoc -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Latest Revision: 2024-04-13 " Last Change: 2025 Nov 16 by The Vim Project (set errorformat) " diff --git a/runtime/ftplugin/abnf.vim b/runtime/ftplugin/abnf.vim @@ -1,5 +1,5 @@ " Language: abnf -" Maintainer: A4-Tacks <wdsjxhno1001@163.com> (invalid) +" Maintainer: A4-Tacks <wdsjxhno1001@163.com> " Last Change: 2025-05-02 " Upstream: https://github.com/A4-Tacks/abnf.vim diff --git a/runtime/ftplugin/art.vim b/runtime/ftplugin/art.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: ART-IM and ART*Enterprise -" Maintainer: Dorai Sitaram <ds26@gte.com> (invalid) +" Maintainer: Dorai Sitaram <ds26@gte.com> " URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html " Last Change: Apr 2, 2003 " 2023 Aug 28 by Vim Project (undo_ftplugin) diff --git a/runtime/ftplugin/autohotkey.vim b/runtime/ftplugin/autohotkey.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: AutoHotkey -" Maintainer: Peter Aronoff <peteraronoff@fastmail.com> (invalid) +" Maintainer: Peter Aronoff <peteraronoff@fastmail.com> " Last Changed: 2024 Jul 25 if exists("b:did_ftplugin") diff --git a/runtime/ftplugin/bitbake.vim b/runtime/ftplugin/bitbake.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Bitbake -" Maintainer: Gregory Anders <greg@gpanders.com> (invalid) +" Maintainer: Gregory Anders <greg@gpanders.com> " Repository: https://github.com/openembedded/bitbake " Latest Revision: 2022-07-23 " 2024-05-23 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/bp.vim b/runtime/ftplugin/bp.vim @@ -1,6 +1,6 @@ " Blueprint build system filetype plugin file " Language: Blueprint -" Maintainer: Bruno BELANYI <bruno.vim@belanyi.fr> (invalid) +" Maintainer: Bruno BELANYI <bruno.vim@belanyi.fr> " Latest Revision: 2024-04-19 if exists("b:did_ftplugin") diff --git a/runtime/ftplugin/bpftrace.vim b/runtime/ftplugin/bpftrace.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: bpftrace -" Maintainer: Stanislaw Gruszka <stf_xl@wp.pl> (invalid) +" Maintainer: Stanislaw Gruszka <stf_xl@wp.pl> " Last Change: 2025 Dec 23 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/c3.vim b/runtime/ftplugin/c3.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: C3 -" Maintainer: Turiiya <34311583+ttytm@users.noreply.github.com> (invalid) +" Maintainer: Turiiya <34311583+ttytm@users.noreply.github.com> " Last Change: 2024 Nov 24 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/cgdbrc.vim b/runtime/ftplugin/cgdbrc.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: cgdbrc -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Documentation: https://cgdb.github.io/docs/Configuring-CGDB.html " Latest Revision: 2024-04-09 " 2024-05-23 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/ch.vim b/runtime/ftplugin/ch.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Ch -" Maintainer: SoftIntegration, Inc. <info@softintegration.com> (invalid) +" Maintainer: SoftIntegration, Inc. <info@softintegration.com> " URL: http://www.softintegration.com/download/vim/ftplugin/ch.vim " Last change: 2004 May 16 " Created based on cpp.vim diff --git a/runtime/ftplugin/chatito.vim b/runtime/ftplugin/chatito.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: Chatito -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 19 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/clojure.vim b/runtime/ftplugin/clojure.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Clojure -" Maintainer: Alex Vear <alex@vear.uk> (invalid) +" Maintainer: Alex Vear <alex@vear.uk> " Former Maintainers: Sung Pae <self@sungpae.com> " Meikel Brandmeyer <mb@kotka.de> " URL: https://github.com/clojure-vim/clojure.vim diff --git a/runtime/ftplugin/cobol.vim b/runtime/ftplugin/cobol.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: cobol -" Maintainer: Ankit Jain <ajatkj@yahoo.co.in> (invalid) +" Maintainer: Ankit Jain <ajatkj@yahoo.co.in> " (formerly Tim Pope <vimNOSPAM@tpope.info>) " Last Update: By Ankit Jain (add gtk support) on 15.08.2020 " 2024 Jan 14 by Vim Project (browsefilter) diff --git a/runtime/ftplugin/dtrace.vim b/runtime/ftplugin/dtrace.vim @@ -3,7 +3,7 @@ " Last Change: 2008/03/20 " 2024/05/23 by Riley Bruins <ribru17@gmail.com ('commentstring') " Version: 1.2 -" Maintainer: Nicolas Weber <nicolasweber@gmx.de> (invalid) +" Maintainer: Nicolas Weber <nicolasweber@gmx.de> " Only do this when not done yet for this buffer if exists("b:did_ftplugin") diff --git a/runtime/ftplugin/dts.vim b/runtime/ftplugin/dts.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: dts/dtsi (device tree files) -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Latest Revision: 2024 Apr 12 " 2024 Jun 02 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/fennel.vim b/runtime/ftplugin/fennel.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Fennel -" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com> (invalid) +" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com> " Last Update: 2023 Jun 9 " 2024 May 24 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/flexwiki.vim b/runtime/ftplugin/flexwiki.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: FlexWiki, http://www.flexwiki.com/ -" Maintainer: George V. Reilly <george@reilly.org> (invalid) +" Maintainer: George V. Reilly <george@reilly.org> " Home: http://www.georgevreilly.com/vim/flexwiki/ " Other Home: http://www.vim.org/scripts/script.php?script_id=1529 " Author: George V. Reilly diff --git a/runtime/ftplugin/fvwm.vim b/runtime/ftplugin/fvwm.vim @@ -1,6 +1,6 @@ " Created : Tue 09 May 2006 02:07:31 PM CDT " Modified : Tue 09 May 2006 02:07:31 PM CDT -" Author : Gautam Iyer <gi1242@users.sourceforge.net> (invalid) +" Author : Gautam Iyer <gi1242@users.sourceforge.net> " Description : ftplugin for fvwm config files if exists("b:did_ftplugin") diff --git a/runtime/ftplugin/gel.vim b/runtime/ftplugin/gel.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: TI Code Composer Studio General Extension Language " Document: https://downloads.ti.com/ccs/esd/documents/users_guide/ccs_debug-gel.html -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Dec 25 if exists("b:did_ftplugin") | finish | endif diff --git a/runtime/ftplugin/gitattributes.vim b/runtime/ftplugin/gitattributes.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: git attributes -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 08 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/gitignore.vim b/runtime/ftplugin/gitignore.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: git ignore -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 10 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/gyp.vim b/runtime/ftplugin/gyp.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: GYP -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 27 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/hare.vim b/runtime/ftplugin/hare.vim @@ -1,6 +1,6 @@ " Vim filetype plugin. " Language: Hare -" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid) +" Maintainer: Amelia Clarke <selene@perilune.dev> " Last Updated: 2024 Oct 04 " Upstream: https://git.sr.ht/~sircmpwn/hare.vim diff --git a/runtime/ftplugin/haredoc.vim b/runtime/ftplugin/haredoc.vim @@ -1,6 +1,6 @@ " Vim filetype plugin. " Language: Haredoc (Hare documentation format) -" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid) +" Maintainer: Amelia Clarke <selene@perilune.dev> " Last Updated: 2024-05-02 " Upstream: https://git.sr.ht/~selene/hare.vim diff --git a/runtime/ftplugin/haskell.vim b/runtime/ftplugin/haskell.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Haskell -" Maintainer: Daniel Campoverde <alx@sillybytes.net> (invalid) +" Maintainer: Daniel Campoverde <alx@sillybytes.net> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2018-08-27 " 2025 Jul 09 by Vim Project revert setting iskeyword #8191 diff --git a/runtime/ftplugin/htmlangular.vim b/runtime/ftplugin/htmlangular.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Angular HTML Template -" Maintainer: Dennis van den Berg <dennis@vdberg.dev> (invalid) +" Maintainer: Dennis van den Berg <dennis@vdberg.dev> " Last Change: 2024 Jul 9 " Only use this filetype plugin when no other was loaded. diff --git a/runtime/ftplugin/htmldjango.vim b/runtime/ftplugin/htmldjango.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Django HTML template -" Maintainer: Dave Hodder <dmh@dmh.org.uk> (invalid) +" Maintainer: Dave Hodder <dmh@dmh.org.uk> " Last Change: 2007 Jan 25 " Only use this filetype plugin when no other was loaded. diff --git a/runtime/ftplugin/initex.vim b/runtime/ftplugin/initex.vim @@ -1,6 +1,6 @@ " filetype plugin for TeX and variants " Language: TeX (ft=initex) -" Maintainer: Benji Fisher, Ph.D. <benji@member.AMS.org> (invalid) +" Maintainer: Benji Fisher, Ph.D. <benji@member.AMS.org> " Version: 1.0 " Last Change: Wed 19 Apr 2006 " Last Change: Thu 23 May 2024 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/j.vim b/runtime/ftplugin/j.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: J -" Maintainer: David Bürgin <dbuergin@gluet.ch> (invalid) +" Maintainer: David Bürgin <dbuergin@gluet.ch> " URL: https://gitlab.com/glts/vim-j " Last Change: 2022-08-06 " 2024 Jan 14 by Vim Project (browsefilter) diff --git a/runtime/ftplugin/jjdescription.vim b/runtime/ftplugin/jjdescription.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: jj description -" Maintainer: Gregory Anders <greg@gpanders.com> (invalid) +" Maintainer: Gregory Anders <greg@gpanders.com> " Last Change: 2024 May 8 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/jsonnet.vim b/runtime/ftplugin/jsonnet.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: Jsonnet -" Maintainer: Cezary Drożak <cezary@drozak.net> (invalid) +" Maintainer: Cezary Drożak <cezary@drozak.net> " URL: https://github.com/google/vim-jsonnet " Last Change: 2022-09-08 diff --git a/runtime/ftplugin/kdl.vim b/runtime/ftplugin/kdl.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: KDL -" Author: Aram Drevekenin <aram@poor.dev> (invalid) +" Author: Aram Drevekenin <aram@poor.dev> " Maintainer: Yinzuo Jiang <jiangyinzuo@foxmail.com> " Last Change: 2024-06-10 diff --git a/runtime/ftplugin/kwt.vim b/runtime/ftplugin/kwt.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Kimwitu++ -" Maintainer: Michael Piefel <entwurf@piefel.de> (invalid) +" Maintainer: Michael Piefel <entwurf@piefel.de> " Last Change: 10 March 2012 " 2024 Jan 14 by Vim Project (browsefilter) diff --git a/runtime/ftplugin/lf.vim b/runtime/ftplugin/lf.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: lf file manager configuration file (lfrc) -" Maintainer: Andis Sprinkis <andis@sprinkis.com> (invalid) +" Maintainer: Andis Sprinkis <andis@sprinkis.com> " URL: https://github.com/andis-sprinkis/lf-vim " Last Change: 6 Apr 2025 diff --git a/runtime/ftplugin/llvm.vim b/runtime/ftplugin/llvm.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: LLVM IR " Last Change: 2024 Oct 22 -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 diff --git a/runtime/ftplugin/lnk.vim b/runtime/ftplugin/lnk.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: TI linker command file " Document: https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_Linker-Command-File-Primer.html -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Dec 31 if exists("b:did_ftplugin") | finish | endif diff --git a/runtime/ftplugin/lnkmap.vim b/runtime/ftplugin/lnkmap.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: TI Linker map " Document: https://downloads.ti.com/docs/esd/SPRUI03A/Content/SPRUI03A_HTML/linker_description.html -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Dec 25 if exists("b:did_ftplugin") diff --git a/runtime/ftplugin/m17ndb.vim b/runtime/ftplugin/m17ndb.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: m17n database -" Maintainer: David Mandelberg <david@mandelberg.org> (invalid) +" Maintainer: David Mandelberg <david@mandelberg.org> " Last Change: 2025 Feb 21 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/mbsync.vim b/runtime/ftplugin/mbsync.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: mbsync configuration file -" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> (invalid) +" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> " Last Change: 2025 Apr 13 if (exists('b:did_ftplugin')) diff --git a/runtime/ftplugin/mma.vim b/runtime/ftplugin/mma.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Mathematica -" Maintainer: Ian Ford <ianf@wolfram.com> (invalid) +" Maintainer: Ian Ford <ianf@wolfram.com> " Last Change: 2019 Jan 22 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/mrxvtrc.vim b/runtime/ftplugin/mrxvtrc.vim @@ -1,6 +1,6 @@ " Created : Wed 26 Apr 2006 01:20:53 AM CDT " Modified : Fri 28 Apr 2006 03:24:01 AM CDT -" Author : Gautam Iyer <gi1242@users.sourceforge.net> (invalid) +" Author : Gautam Iyer <gi1242@users.sourceforge.net> " Description : ftplugin for mrxvtrc if exists("b:did_ftplugin") diff --git a/runtime/ftplugin/mss.vim b/runtime/ftplugin/mss.vim @@ -2,7 +2,7 @@ " Language: Vivado mss file " Last Change: 2024 Oct 22 " Document: https://docs.amd.com/r/2020.2-English/ug1400-vitis-embedded/Microprocessor-Software-Specification-MSS -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> if exists("b:did_ftplugin") finish diff --git a/runtime/ftplugin/ocaml.vim b/runtime/ftplugin/ocaml.vim @@ -1,5 +1,5 @@ " Language: OCaml -" Maintainer: David Baelde <firstname.name@ens-lyon.org> (invalid) +" Maintainer: David Baelde <firstname.name@ens-lyon.org> " Mike Leary <leary@nwlink.com> " Markus Mottl <markus.mottl@gmail.com> " Pierre Vittet <pierre-vittet@pvittet.com> diff --git a/runtime/ftplugin/occam.vim b/runtime/ftplugin/occam.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: occam " Copyright: Christian Jacobsen <clj3@kent.ac.uk>, Mario Schweigler <ms44@kent.ac.uk> -" Maintainer: Mario Schweigler <ms44@kent.ac.uk> (invalid) +" Maintainer: Mario Schweigler <ms44@kent.ac.uk> " Last Change: 23 April 2003 " 2024 Jan 14 by Vim Project (browsefilter) " 2025 Jun 08 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/opencl.vim b/runtime/ftplugin/opencl.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: OpenCL -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Nov 19 if exists("b:did_ftplugin") | finish | endif diff --git a/runtime/ftplugin/openvpn.vim b/runtime/ftplugin/openvpn.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: OpenVPN -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Oct 16 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/perl.vim b/runtime/ftplugin/perl.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Perl -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) diff --git a/runtime/ftplugin/plaintex.vim b/runtime/ftplugin/plaintex.vim @@ -1,6 +1,6 @@ " plain TeX filetype plugin " Language: plain TeX (ft=plaintex) -" Maintainer: Benji Fisher, Ph.D. <benji@member.AMS.org> (invalid) +" Maintainer: Benji Fisher, Ph.D. <benji@member.AMS.org> " Version: 1.1 " Last Change: Wed 19 Apr 2006 diff --git a/runtime/ftplugin/pod.vim b/runtime/ftplugin/pod.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Perl POD format -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " 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/ftplugin/poefilter.vim b/runtime/ftplugin/poefilter.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: PoE item filter -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Oct 07 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/postscr.vim b/runtime/ftplugin/postscr.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: PostScript -" Maintainer: Mike Williams <mrw@eandem.co.uk> (invalid) +" Maintainer: Mike Williams <mrw@eandem.co.uk> " Last Change: 24th April 2012 " 2024 Jan 14 by Vim Project (browsefilter) " 2025 Jun 08 by Riley Bruins <ribru17@gmail.com> ('commentstring') diff --git a/runtime/ftplugin/pymanifest.vim b/runtime/ftplugin/pymanifest.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: PyPA manifest -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2023 Aug 08 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/pyrex.vim b/runtime/ftplugin/pyrex.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Pyrex -" Maintainer: Marco Barisione <marco.bari@people.it> (invalid) +" Maintainer: Marco Barisione <marco.bari@people.it> " URL: http://marcobari.altervista.org/pyrex_vim.html " Last Change: 2012 May 18 " 2024 Jan 14 by Vim Project (browsefilter) diff --git a/runtime/ftplugin/python.vim b/runtime/ftplugin/python.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: python -" Maintainer: Tom Picton <tom@tompicton.com> (invalid) +" Maintainer: Tom Picton <tom@tompicton.com> " Previous Maintainer: James Sully <sullyj3@gmail.com> " Previous Maintainer: Johannes Zellner <johannes@zellner.org> " Repository: https://github.com/tpict/vim-ftplugin-python diff --git a/runtime/ftplugin/raku.vim b/runtime/ftplugin/raku.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Raku -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/Raku/vim-raku " Bugs/requests: https://github.com/Raku/vim-raku/issues " Last Change: 2021 Apr 16 diff --git a/runtime/ftplugin/roc.vim b/runtime/ftplugin/roc.vim @@ -1,6 +1,6 @@ " Roc filetype plugin file " Language: Roc -" Maintainer: nat-418 <93013864+nat-418@users.noreply.github.com> (invalid) +" Maintainer: nat-418 <93013864+nat-418@users.noreply.github.com> " Latest Revision: 2024-04-5 if exists("b:did_ftplugin") diff --git a/runtime/ftplugin/rpl.vim b/runtime/ftplugin/rpl.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: RPL/2 -" Maintainer: Joël BERTRAND <rpl2@free.fr> (invalid) +" Maintainer: Joël BERTRAND <rpl2@free.fr> " Last Change: 2025 Jun 08 " Version: 0.1 diff --git a/runtime/ftplugin/rust.vim b/runtime/ftplugin/rust.vim @@ -1,6 +1,6 @@ " Language: Rust " Description: Vim ftplugin for Rust -" Maintainer: Chris Morgan <me@chrismorgan.info> (invalid) +" Maintainer: Chris Morgan <me@chrismorgan.info> " Last Change: 2024 Mar 17 " 2024 May 23 by Riley Bruins <ribru17@gmail.com ('commentstring') " 2025 Dec 09 update 'textwidth# to 100 #18892 diff --git a/runtime/ftplugin/scdoc.vim b/runtime/ftplugin/scdoc.vim @@ -1,5 +1,5 @@ " scdoc filetype plugin -" Maintainer: Gregory Anders <contact@gpanders.com> (invalid) +" Maintainer: Gregory Anders <contact@gpanders.com> " Last Updated: 2022 May 09 " 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring') " Upstream: https://github.com/gpanders/vim-scdoc diff --git a/runtime/ftplugin/spajson.vim b/runtime/ftplugin/spajson.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: SPA JSON -" Maintainer: David Mandelberg <david@mandelberg.org> (invalid) +" Maintainer: David Mandelberg <david@mandelberg.org> " Last Change: 2025 Mar 22 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/spec.vim b/runtime/ftplugin/spec.vim @@ -1,6 +1,6 @@ " Plugin to update the %changelog section of RPM spec files " Filename: spec.vim -" Maintainer: Igor Gnatenko i.gnatenko.brain@gmail.com (invalid) +" Maintainer: Igor Gnatenko i.gnatenko.brain@gmail.com " Former Maintainer: Gustavo Niemeyer <niemeyer@conectiva.com> (until March 2014) " Last Change: 2015 Jun 01 " Update by Zdenek Dohnal, 2022 May 17 diff --git a/runtime/ftplugin/ssa.vim b/runtime/ftplugin/ssa.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: SubStation Alpha -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Oct 10 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/swayconfig.vim b/runtime/ftplugin/swayconfig.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: sway config file " Original Author: James Eapen <james.eapen@vai.org> -" Maintainer: James Eapen <james.eapen@vai.org> (invalid) +" Maintainer: James Eapen <james.eapen@vai.org> " Version: 0.1 " Last Change: 2022 June 07 diff --git a/runtime/ftplugin/tap.vim b/runtime/ftplugin/tap.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Verbose TAP Output -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) diff --git a/runtime/ftplugin/tex.vim b/runtime/ftplugin/tex.vim @@ -1,6 +1,6 @@ " LaTeX filetype plugin " Language: LaTeX (ft=tex) -" Maintainer: Benji Fisher, Ph.D. <benji@member.AMS.org> (invalid) +" Maintainer: Benji Fisher, Ph.D. <benji@member.AMS.org> " Version: 1.4 " Last Change: Wed 19 Apr 2006 " URL: http://www.vim.org/script.php?script_id=411 diff --git a/runtime/ftplugin/tiasm.vim b/runtime/ftplugin/tiasm.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: TI linear assembly language -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2025 Jan 08 if exists("b:did_ftplugin") | finish | endif diff --git a/runtime/ftplugin/tt2html.vim b/runtime/ftplugin/tt2html.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: TT2 embedded with HTML -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) diff --git a/runtime/ftplugin/uci.vim b/runtime/ftplugin/uci.vim @@ -1,6 +1,6 @@ " Vim ftplugin file " Language: OpenWrt Unified Configuration Interface -" Maintainer: Colin Caine <complaints@cmcaine.co.uk> (invalid) +" Maintainer: Colin Caine <complaints@cmcaine.co.uk> " Upstream: https://github.com/cmcaine/vim-uci " Last Change: 2024 Apr 17 " diff --git a/runtime/ftplugin/urlshortcut.vim b/runtime/ftplugin/urlshortcut.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: MS Windows URL shortcut file -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Latest Revision: 2023-06-04 if exists("b:did_ftplugin") diff --git a/runtime/ftplugin/vdf.vim b/runtime/ftplugin/vdf.vim @@ -1,6 +1,6 @@ " Vim filetype plugin " Language: Valve Data Format -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 15 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/verilog.vim b/runtime/ftplugin/verilog.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Verilog HDL -" Maintainer: Chih-Tsun Huang <cthuang@cs.nthu.edu.tw> (invalid) +" Maintainer: Chih-Tsun Huang <cthuang@cs.nthu.edu.tw> " Last Change: 2017 Aug 25 by Chih-Tsun Huang " 2024 Jan 14 by Vim Project (browsefilter) " 2024 May 20 by Riley Bruins <ribru17@gmail.com> (commentstring) diff --git a/runtime/ftplugin/xcompose.vim b/runtime/ftplugin/xcompose.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: XCompose -" Maintainer: ObserverOfTime <chronobserver@disroot.org (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org " Last Change: 2023 Nov 09 if exists('b:did_ftplugin') diff --git a/runtime/ftplugin/xs.vim b/runtime/ftplugin/xs.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: XS (Perl extension interface language) -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) diff --git a/runtime/ftplugin/zathurarc.vim b/runtime/ftplugin/zathurarc.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Zathurarc -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Documentation: https://pwmt.org/projects/zathura/documentation/ " Upstream: https://github.com/Freed-Wu/zathurarc.vim " Latest Revision: 2024-04-02 diff --git a/runtime/indent/ada.vim b/runtime/indent/ada.vim @@ -3,7 +3,7 @@ " Language: Ada (2005) " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $ " Copyright: Copyright (C) 2006 Martin Krischik -" Maintainer: Martin Krischik <krischik@users.sourceforge.net> (invalid) +" Maintainer: Martin Krischik <krischik@users.sourceforge.net> " Neil Bird <neil@fnxweb.com> " Ned Okie <nokie@radford.edu> " $Author: krischik $ diff --git a/runtime/indent/ch.vim b/runtime/indent/ch.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Ch -" Maintainer: SoftIntegration, Inc. <info@softintegration.com> (invalid) +" Maintainer: SoftIntegration, Inc. <info@softintegration.com> " URL: http://www.softintegration.com/download/vim/indent/ch.vim " Last change: 2006 Apr 30 " 2023 Aug 28 by Vim Project (undo_indent) diff --git a/runtime/indent/chatito.vim b/runtime/indent/chatito.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Chatito -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 20 if exists('b:did_indent') diff --git a/runtime/indent/clojure.vim b/runtime/indent/clojure.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Clojure -" Maintainer: Alex Vear <alex@vear.uk> (invalid) +" Maintainer: Alex Vear <alex@vear.uk> " Former Maintainers: Sung Pae <self@sungpae.com> " Meikel Brandmeyer <mb@kotka.de> " URL: https://github.com/clojure-vim/clojure.vim diff --git a/runtime/indent/cobol.vim b/runtime/indent/cobol.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: cobol -" Maintainer: Ankit Jain <ajatkj@yahoo.co.in> (invalid) +" Maintainer: Ankit Jain <ajatkj@yahoo.co.in> " (formerly Tim Pope <vimNOSPAM@tpope.info>) " $Id: cobol.vim,v 1.1 2007/05/05 18:08:19 vimboss Exp $ " Last Update: By Ankit Jain on 22.03.2019 diff --git a/runtime/indent/dtrace.vim b/runtime/indent/dtrace.vim @@ -3,7 +3,7 @@ " http://docs.sun.com/app/docs/doc/817-6223 " Last Change: 2008/03/20 " Version: 1.2 -" Maintainer: Nicolas Weber <nicolasweber@gmx.de> (invalid) +" Maintainer: Nicolas Weber <nicolasweber@gmx.de> " Only load this indent file when no other was loaded. if exists("b:did_indent") diff --git a/runtime/indent/dts.vim b/runtime/indent/dts.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Device Tree -" Maintainer: Roland Hieber, Pengutronix <rhi@pengutronix.de> (invalid) +" Maintainer: Roland Hieber, Pengutronix <rhi@pengutronix.de> " if exists("b:did_indent") finish diff --git a/runtime/indent/fennel.vim b/runtime/indent/fennel.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Fennel -" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com> (invalid) +" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com> " Last Change: 2022 Apr 20 " Only load this indent file when no other was loaded. diff --git a/runtime/indent/glsl.vim b/runtime/indent/glsl.vim @@ -1,5 +1,5 @@ " Language: OpenGL Shading Language -" Maintainer: Gregory Anders <greg@gpanders.com> (invalid) +" Maintainer: Gregory Anders <greg@gpanders.com> " Last Modified: 2024 Jul 21 " Upstream: https://github.com/tikhomirov/vim-glsl diff --git a/runtime/indent/gyp.vim b/runtime/indent/gyp.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: GYP -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 27 " JSON indent works well diff --git a/runtime/indent/hare.vim b/runtime/indent/hare.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Hare -" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid) +" Maintainer: Amelia Clarke <selene@perilune.dev> " Last Change: 2024-04-14 " Upstream: https://git.sr.ht/~sircmpwn/hare.vim diff --git a/runtime/indent/htmldjango.vim b/runtime/indent/htmldjango.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Django HTML template -" Maintainer: Dave Hodder <dmh@dmh.org.uk> (invalid) +" Maintainer: Dave Hodder <dmh@dmh.org.uk> " Last Change: 2007 Jan 25 " Only load this indent file when no other was loaded. diff --git a/runtime/indent/j.vim b/runtime/indent/j.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: J -" Maintainer: David Bürgin <dbuergin@gluet.ch> (invalid) +" Maintainer: David Bürgin <dbuergin@gluet.ch> " URL: https://gitlab.com/glts/vim-j " Last Change: 2015-01-11 diff --git a/runtime/indent/java.vim b/runtime/indent/java.vim @@ -1,7 +1,7 @@ " Vim indent file " Language: Java " Previous Maintainer: Toby Allsopp <toby.allsopp@peace.com> -" Current Maintainer: Hong Xu <hong@topbug.net> (invalid) +" Current Maintainer: Hong Xu <hong@topbug.net> " Homepage: http://www.vim.org/scripts/script.php?script_id=3899 " https://github.com/xuhdev/indent-java.vim " Last Change: 2016 Mar 7 diff --git a/runtime/indent/json.vim b/runtime/indent/json.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: JSON -" Maintainer: Eli Parra <eli@elzr.com> (invalid) https://github.com/elzr/vim-json +" Maintainer: Eli Parra <eli@elzr.com> https://github.com/elzr/vim-json " Last Change: 2020 Aug 30 " https://github.com/jakar/vim-json/commit/20b650e22aa750c4ab6a66aa646bdd95d7cd548a#diff-e81fc111b2052e306d126bd9989f7b7c " 2022 Sep 07: b:undo_indent added by Doug Kearns diff --git a/runtime/indent/kdl.vim b/runtime/indent/kdl.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: KDL -" Author: Aram Drevekenin <aram@poor.dev> (invalid) +" Author: Aram Drevekenin <aram@poor.dev> " Maintainer: Yinzuo Jiang <jiangyinzuo@foxmail.com> " Last Change: 2024-06-16 diff --git a/runtime/indent/lf.vim b/runtime/indent/lf.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: lf file manager configuration file (lfrc) -" Maintainer: Andis Sprinkis <andis@sprinkis.com> (invalid) +" Maintainer: Andis Sprinkis <andis@sprinkis.com> " URL: https://github.com/andis-sprinkis/lf-vim " Last Change: 26 Oct 2025 diff --git a/runtime/indent/lifelines.vim b/runtime/indent/lifelines.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: LifeLines -" Maintainer: Patrick Texier <p.texier@orsennes.com> (invalid) +" Maintainer: Patrick Texier <p.texier@orsennes.com> " Location: <http://patrick.texier.free.fr/vim/indent/lifelines.vim> " Last Change: 2010 May 7 diff --git a/runtime/indent/m17ndb.vim b/runtime/indent/m17ndb.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: m17n database -" Maintainer: David Mandelberg <david@mandelberg.org> (invalid) +" Maintainer: David Mandelberg <david@mandelberg.org> " Last Change: 2025 Feb 21 if exists("b:did_indent") diff --git a/runtime/indent/objc.vim b/runtime/indent/objc.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Objective-C -" Maintainer: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com> (invalid) +" Maintainer: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com> " Last Change: 2022 Apr 06 " Only load this indent file when no other was loaded. diff --git a/runtime/indent/perl.vim b/runtime/indent/perl.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Perl -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) diff --git a/runtime/indent/postscr.vim b/runtime/indent/postscr.vim @@ -1,6 +1,6 @@ " PostScript indent file " Language: PostScript -" Maintainer: Mike Williams <mrw@eandem.co.uk> (invalid) +" Maintainer: Mike Williams <mrw@eandem.co.uk> " Last Change: 2022 Apr 06 " Only load this indent file when no other was loaded. diff --git a/runtime/indent/pov.vim b/runtime/indent/pov.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: PoV-Ray Scene Description Language -" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " Last Change: 2017 Jun 13 " 2022 April: b:undo_indent added by Doug Kearns " URI: http://trific.ath.cx/Ftp/vim/indent/pov.vim diff --git a/runtime/indent/pyrex.vim b/runtime/indent/pyrex.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Pyrex -" Maintainer: Marco Barisione <marco.bari@people.it> (invalid) +" Maintainer: Marco Barisione <marco.bari@people.it> " URL: http://marcobari.altervista.org/pyrex_vim.html " Last Change: 2005 Jun 24 diff --git a/runtime/indent/raku.vim b/runtime/indent/raku.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Perl 6 -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " Last Change: 2020 Apr 15 diff --git a/runtime/indent/rpl.vim b/runtime/indent/rpl.vim @@ -2,7 +2,7 @@ " Language: RPL/2 " Version: 0.2 " Last Change: 2017 Jun 13 -" Maintainer: BERTRAND Joël <rpl2@free.fr> (invalid) +" Maintainer: BERTRAND Joël <rpl2@free.fr> " Only load this indent file when no other was loaded. if exists("b:did_indent") diff --git a/runtime/indent/rust.vim b/runtime/indent/rust.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Rust -" Author: Chris Morgan <me@chrismorgan.info> (invalid) +" Author: Chris Morgan <me@chrismorgan.info> " Last Change: 2023-09-11 " 2024 Jul 04 by Vim Project: use shiftwidth() instead of hard-coding shifted values #15138 " 2025 Dec 29 by Vim Project: clean up diff --git a/runtime/indent/sdl.vim b/runtime/indent/sdl.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: SDL -" Maintainer: Michael Piefel <entwurf@piefel.de> (invalid) +" Maintainer: Michael Piefel <entwurf@piefel.de> " Last Change: 2021 Oct 03 " Shamelessly stolen from the Vim-Script indent file diff --git a/runtime/indent/spajson.vim b/runtime/indent/spajson.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: SPA JSON -" Maintainer: David Mandelberg <david@mandelberg.org> (invalid) +" Maintainer: David Mandelberg <david@mandelberg.org> " Last Change: 2025 Mar 22 runtime! indent/json.vim diff --git a/runtime/indent/verilog.vim b/runtime/indent/verilog.vim @@ -1,5 +1,5 @@ " Language: Verilog HDL -" Maintainer: Chih-Tsun Huang <cthuang@cs.nthu.edu.tw> (invalid) +" Maintainer: Chih-Tsun Huang <cthuang@cs.nthu.edu.tw> " Last Change: 2017 Aug 25 by Chih-Tsun Huang " 2023 Aug 28 by Vim Project (undo_indent) " URL: http://www.cs.nthu.edu.tw/~cthuang/vim/indent/verilog.vim diff --git a/runtime/keymap/belarusian-jcuken.vim b/runtime/keymap/belarusian-jcuken.vim @@ -2,7 +2,7 @@ " Useful mainly with UTF-8, but may work with other encodings. " Derived From: russian-jcuken.vim -" Maintainer: Aliaksei Nestserau <aliaksei@screencustoms.com> (invalid) +" Maintainer: Aliaksei Nestserau <aliaksei@screencustoms.com> " Last Changed: 2012 Jul 23 " All characters are given literally, conversion to another encoding (e.g., diff --git a/runtime/keymap/canfr-win.vim b/runtime/keymap/canfr-win.vim @@ -6,7 +6,7 @@ " English versions of Windows, because those don't provide the AltGr keys. " The mapping was tested with Win2k and WinXP. -" Maintainer: Eric Joanis <joanis@cs.toronto.edu> (invalid) +" Maintainer: Eric Joanis <joanis@cs.toronto.edu> " Last Change: 2004 Jan 13 " 2003 Dec 04 diff --git a/runtime/keymap/dvorak.vim b/runtime/keymap/dvorak.vim @@ -1,4 +1,4 @@ -" Maintainer: Ashish SHUKLA <wahjava@members.fsf.org> (invalid) +" Maintainer: Ashish SHUKLA <wahjava@members.fsf.org> " Last Changed: 2009 Jul 04 " " All characters are ASCII, conversion to another encoding (e.g., UTF-8) diff --git a/runtime/keymap/esperanto_utf-8.vim b/runtime/keymap/esperanto_utf-8.vim @@ -1,5 +1,5 @@ " Esperanto keymap for utf-8 -" Maintainer: A.J.Mechelynck <antoine.mechelynck@skynet.be> (invalid) +" Maintainer: A.J.Mechelynck <antoine.mechelynck@skynet.be> " Last Changed: Sat 2003 Mar 15 05:23 " This keymap adds the special consonants of Esperanto to an existing Latin diff --git a/runtime/keymap/greek_cp1253.vim b/runtime/keymap/greek_cp1253.vim @@ -1,5 +1,5 @@ " Vim Keymap file for greek -" Maintainer: Grigorios Magklis <maglis@cs.rochester.edu> (invalid) +" Maintainer: Grigorios Magklis <maglis@cs.rochester.edu> " Patched for MS-Windows CP1253: Panagiotis Louridas <louridas@acm.org> " Last Updated: Fri 13 Feb 2004 13:01:33 " diff --git a/runtime/keymap/greek_iso-8859-7.vim b/runtime/keymap/greek_iso-8859-7.vim @@ -1,5 +1,5 @@ " Vim Keymap file for greek -" Maintainer: Grigorios Magklis <maglis@cs.rochester.edu> (invalid) +" Maintainer: Grigorios Magklis <maglis@cs.rochester.edu> " Last Updated: Tue 10 Jul 2001 16:50:50 " " This keyboard layout allows all Greek symbols to be typed, diff --git a/runtime/keymap/lithuanian-baltic.vim b/runtime/keymap/lithuanian-baltic.vim @@ -1,7 +1,7 @@ " Vim Keymap file for lithuanian characters, phonetic layout 'Baltic' " Useful mainly with utf-8 but may work with other encodings -" Maintainer: Alex Jakushev <Alex.Jakushev@kemek.lt> (invalid) +" Maintainer: Alex Jakushev <Alex.Jakushev@kemek.lt> " Last Changed: 2002 Apr 12 " All characters are given literally, conversion to another encoding (e.g., diff --git a/runtime/keymap/magyar_utf-8.vim b/runtime/keymap/magyar_utf-8.vim @@ -1,4 +1,4 @@ -" Maintainer: Laszlo Zavaleta <zavaleta@smartchat.net.au> (invalid) +" Maintainer: Laszlo Zavaleta <zavaleta@smartchat.net.au> " Last Changed: 2003 Aug 08 " it has all the accents and a few of the character alterations diff --git a/runtime/keymap/oldturkic-orkhon_utf-8.vim b/runtime/keymap/oldturkic-orkhon_utf-8.vim @@ -1,4 +1,4 @@ -" Maintainer: Oliver Corff <oliver.corff@email.de> (invalid) +" Maintainer: Oliver Corff <oliver.corff@email.de> " Last Changed: 2018 Feb 12 scriptencoding utf-8 diff --git a/runtime/keymap/oldturkic-yenisei_utf-8.vim b/runtime/keymap/oldturkic-yenisei_utf-8.vim @@ -1,4 +1,4 @@ -" Maintainer: Oliver Corff <oliver.corff@yemail.de> (invalid) +" Maintainer: Oliver Corff <oliver.corff@yemail.de> " Last Changed: 2018 Feb 12 " All characters are given literally, conversion to another encoding (e.g., diff --git a/runtime/keymap/pinyin.vim b/runtime/keymap/pinyin.vim @@ -1,5 +1,5 @@ " Vim Keymap file for Hanyu Pinyin tone marks through numbers. -" Maintainer: Fredrik Roubert <fredrik@roubert.name> (invalid) +" Maintainer: Fredrik Roubert <fredrik@roubert.name> " Last Changed: February 15, 2004 " All characters are given literally. diff --git a/runtime/keymap/polish-slash.vim b/runtime/keymap/polish-slash.vim @@ -1,5 +1,5 @@ " Polish letters under VIM >= 6 -" Maintainer: HS6_06 <hs6_06@o2.pl> (invalid) +" Maintainer: HS6_06 <hs6_06@o2.pl> " Last changed: 2005 Jan 12 " Current version: 1.0.2 " History: diff --git a/runtime/keymap/polish-slash_cp1250.vim b/runtime/keymap/polish-slash_cp1250.vim @@ -1,5 +1,5 @@ " Polish letters keymap for cp1250 -" Maintainer: HS6_06 <hs6_06@o2.pl> (invalid) +" Maintainer: HS6_06 <hs6_06@o2.pl> " Last Changed: 2005 Jan 12 " Current version: 1.0.2 " History: see polish-slash.vim diff --git a/runtime/keymap/polish-slash_cp852.vim b/runtime/keymap/polish-slash_cp852.vim @@ -1,5 +1,5 @@ " Polish letters keymap for cp852 -" Maintainer: HS6_06 <hs6_06@o2.pl> (invalid) +" Maintainer: HS6_06 <hs6_06@o2.pl> " Last Changed: 2005 Jan 12 " Current version: 1.0.2 " History: see polish-slash.vim diff --git a/runtime/keymap/polish-slash_iso-8859-2.vim b/runtime/keymap/polish-slash_iso-8859-2.vim @@ -1,5 +1,5 @@ " Polish letters keymap for iso-8859-2 -" Maintainer: HS6_06 <hs6_06@o2.pl> (invalid) +" Maintainer: HS6_06 <hs6_06@o2.pl> " Last Changed: 2005 Jan 12 " Current version: 1.0.2 " History: polish-slash.vim diff --git a/runtime/keymap/polish-slash_utf-8.vim b/runtime/keymap/polish-slash_utf-8.vim @@ -1,5 +1,5 @@ " Polish letters keymap for utf-8 -" Maintainer: HS6_06 <hs6_06@o2.pl> (invalid) +" Maintainer: HS6_06 <hs6_06@o2.pl> " Last Changed: 2005 Jan 12 " Current version: 1.0.2 " History: see polish-slash.vim diff --git a/runtime/keymap/russian-jcuken.vim b/runtime/keymap/russian-jcuken.vim @@ -2,7 +2,7 @@ " (compatible with XFree86 'ru' keymap) " Useful mainly with utf-8 but may work with other encodings -" Maintainer: Artem Chuprina <ran@ran.pp.ru> (invalid) +" Maintainer: Artem Chuprina <ran@ran.pp.ru> " Last Changed: 2001 Jun 23 " All characters are given literally, conversion to another encoding (e.g., diff --git a/runtime/keymap/russian-jcukenwin.vim b/runtime/keymap/russian-jcukenwin.vim @@ -2,7 +2,7 @@ " (slightly incompatible with XFree86 'ru' keymap - makes use of NUMERO SIGN) " Useful mainly with utf-8 but may work with other encodings -" Maintainer: Artem Chuprina <ran@ran.pp.ru> (invalid) +" Maintainer: Artem Chuprina <ran@ran.pp.ru> " Last Changed: 2001 Jun 23 " 2025 Mar 17 by The Vim Project (added /, #16912) diff --git a/runtime/keymap/serbian-latin_utf-8.vim b/runtime/keymap/serbian-latin_utf-8.vim @@ -1,6 +1,6 @@ " Vim Keymap file for Serbian characters, classical variant, UTF-8 encoding " -" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> (invalid) +" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-latin-UTF-8.vim " Last Changed: 2002 Mar 29 diff --git a/runtime/keymap/serbian_cp1250.vim b/runtime/keymap/serbian_cp1250.vim @@ -1,6 +1,6 @@ " Vim Keymap file for Serbian characters, classical variant, cp1250 encoding " -" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> (invalid) +" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> " URL: http://galeb.etf.bg.ac.yu/~alexa/vim/keymap/serbian-cp1250.vim " Last Changed: 2002 Mar 29 diff --git a/runtime/keymap/serbian_cp1251.vim b/runtime/keymap/serbian_cp1251.vim @@ -1,7 +1,7 @@ " Vim Keymap file for Serbian characters, classical variant, win cp1251 " encoding " -" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> (invalid) +" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-cp1251.vim " Last Changed: 2002 Mar 29 diff --git a/runtime/keymap/serbian_iso-8859-2.vim b/runtime/keymap/serbian_iso-8859-2.vim @@ -1,6 +1,6 @@ " Vim Keymap file for Serbian characters, classical variant, iso-8859-2 encoding " -" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> (invalid) +" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-iso-8859-2.vim " Last Changed: 2002 Mar 29 diff --git a/runtime/keymap/serbian_iso-8859-5.vim b/runtime/keymap/serbian_iso-8859-5.vim @@ -1,6 +1,6 @@ " Vim Keymap file for Serbian characters, classical variant, iso-8859-5 encoding " -" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> (invalid) +" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-iso-8859-5.vim " Last Changed: 2002 Mar 29 diff --git a/runtime/keymap/serbian_utf-8.vim b/runtime/keymap/serbian_utf-8.vim @@ -1,6 +1,6 @@ " Vim Keymap file for Serbian characters, classical variant, UTF-8 encoding " -" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> (invalid) +" Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-UTF-8.vim " Last Changed: 2002 Mar 29 diff --git a/runtime/keymap/slovak_cp1250.vim b/runtime/keymap/slovak_cp1250.vim @@ -1,4 +1,4 @@ -" Maintainer: Peter Valach <pvalach@gmx.net> (invalid) +" Maintainer: Peter Valach <pvalach@gmx.net> " Last Changed: 2002 Feb 3 " URL: http://www.pv2c.sk/free/sk_vimkeymap/ diff --git a/runtime/keymap/slovak_iso-8859-2.vim b/runtime/keymap/slovak_iso-8859-2.vim @@ -1,4 +1,4 @@ -" Maintainer: Peter Valach <pvalach@gmx.net> (invalid) +" Maintainer: Peter Valach <pvalach@gmx.net> " Last Changed: 2002 Feb 3 " URL: http://www.pv2c.sk/free/sk_vimkeymap/ diff --git a/runtime/keymap/slovak_utf-8.vim b/runtime/keymap/slovak_utf-8.vim @@ -1,4 +1,4 @@ -" Maintainer: Peter Valach <pvalach@gmx.net> (invalid) +" Maintainer: Peter Valach <pvalach@gmx.net> " Last Changed: 2002 Nov 5 " URL: http://www.pv2c.sk/free/sk_vimkeymap/ diff --git a/runtime/keymap/vietnamese-viqr_utf-8.vim b/runtime/keymap/vietnamese-viqr_utf-8.vim @@ -1,5 +1,5 @@ " Vim Keymap file for vietnamese through the usual viqr method -" Maintainer: Samuel Thibault <samuel.thibault@ens-lyon.org> (invalid) +" Maintainer: Samuel Thibault <samuel.thibault@ens-lyon.org> " Last Change: 2006 Jun 17 scriptencoding utf-8 diff --git a/runtime/syntax/a65.vim b/runtime/syntax/a65.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: xa 6502 cross assembler -" Maintainer: Clemens Kirchgatterer <clemens@1541.org> (invalid) +" Maintainer: Clemens Kirchgatterer <clemens@1541.org> " Last Change: 2016 Aug 31 " quit when a syntax file was already loaded diff --git a/runtime/syntax/abc.vim b/runtime/syntax/abc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: abc music notation language -" Maintainer: James Allwright <J.R.Allwright@westminster.ac.uk> (invalid) +" Maintainer: James Allwright <J.R.Allwright@westminster.ac.uk> " URL: http://perun.hscs.wmin.ac.uk/~jra/vim/syntax/abc.vim " Last Change: 27th April 2001 diff --git a/runtime/syntax/abnf.vim b/runtime/syntax/abnf.vim @@ -1,6 +1,6 @@ " Vim compiler file " Language: abnf -" Maintainer: A4-Tacks <wdsjxhno1001@163.com> (invalid) +" Maintainer: A4-Tacks <wdsjxhno1001@163.com> " Last Change: 2025 Mar 05 " Upstream: https://github.com/A4-Tacks/abnf.vim diff --git a/runtime/syntax/acedb.vim b/runtime/syntax/acedb.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: AceDB model files -" Maintainer: Stewart Morris (Stewart.Morris@ed.ac.uk) (invalid) +" Maintainer: Stewart Morris (Stewart.Morris@ed.ac.uk) " Last change: Thu Apr 26 10:38:01 BST 2001 " URL: http://www.ed.ac.uk/~swmorris/vim/acedb.vim diff --git a/runtime/syntax/aflex.vim b/runtime/syntax/aflex.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: AfLex (from Lex syntax file) -" Maintainer: Mathieu Clabaut <mathieu.clabaut@free.fr> (invalid) +" Maintainer: Mathieu Clabaut <mathieu.clabaut@free.fr> " LastChange: 02 May 2001 " Original: Lex, maintained by Dr. Charles E. Campbell, Jr. " Comment: Replaced sourcing c.vim file by ada.vim and rename lex* diff --git a/runtime/syntax/ahdl.vim b/runtime/syntax/ahdl.vim @@ -1,6 +1,6 @@ " Vim syn file " Language: Altera AHDL -" Maintainer: John Cook <john.cook@kla-tencor.com> (invalid) +" Maintainer: John Cook <john.cook@kla-tencor.com> " Last Change: 2001 Apr 25 " quit when a syntax file was already loaded diff --git a/runtime/syntax/aml.vim b/runtime/syntax/aml.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: AML (ARC/INFO Arc Macro Language) " Written By: Nikki Knuit <Nikki.Knuit@gems3.gov.bc.ca> -" Maintainer: Todd Glover <todd.glover@gems9.gov.bc.ca> (invalid) +" Maintainer: Todd Glover <todd.glover@gems9.gov.bc.ca> " Last Change: 2001 May 10 " FUTURE CODING: Bold application commands after &sys, &tty diff --git a/runtime/syntax/ampl.vim b/runtime/syntax/ampl.vim @@ -1,5 +1,5 @@ " Language: ampl (A Mathematical Programming Language) -" Maintainer: Krief David <david.krief@etu.enseeiht.fr> or <david_krief@hotmail.com> (invalid) +" Maintainer: Krief David <david.krief@etu.enseeiht.fr> or <david_krief@hotmail.com> " Last Change: 2003 May 11 diff --git a/runtime/syntax/antlr.vim b/runtime/syntax/antlr.vim @@ -1,6 +1,6 @@ " Vim syntax file " Antlr: ANTLR, Another Tool For Language Recognition <www.antlr.org> -" Maintainer: Mathieu Clabaut <mathieu.clabaut@free.fr> (invalid) +" Maintainer: Mathieu Clabaut <mathieu.clabaut@free.fr> " LastChange: 02 May 2001 " Original: Comes from JavaCC.vim diff --git a/runtime/syntax/apache.vim b/runtime/syntax/apache.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Apache configuration (httpd.conf, srm.conf, access.conf, .htaccess) -" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " License: This file can be redistribued and/or modified under the same terms " as Vim itself. " Last Change: 2024 Nov 24 diff --git a/runtime/syntax/apachestyle.vim b/runtime/syntax/apachestyle.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Apache-Style configuration files (proftpd.conf/apache.conf/..) -" Maintainer: Ben RUBSON <ben.rubson@gmail.com> (invalid) +" Maintainer: Ben RUBSON <ben.rubson@gmail.com> " Former Maintainer: Christian Hammers <ch@westend.com> " ChangeLog: " 2017-12-17,ch diff --git a/runtime/syntax/arduino.vim b/runtime/syntax/arduino.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Arduino -" Maintainer: Johannes Hoff <johannes@johanneshoff.com> (invalid) +" Maintainer: Johannes Hoff <johannes@johanneshoff.com> " Last Change: 21 October 2021 " License: VIM license (:help license, replace vim by arduino.vim) diff --git a/runtime/syntax/aspperl.vim b/runtime/syntax/aspperl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Active State's PerlScript (ASP) -" Maintainer: Aaron Hope <edh@brioforge.com> (invalid) +" Maintainer: Aaron Hope <edh@brioforge.com> " URL: http://nim.dhs.org/~edh/aspperl.vim " Last Change: 2001 May 09 diff --git a/runtime/syntax/asterisk.vim b/runtime/syntax/asterisk.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Asterisk config file -" Maintainer: Jean Aunis <jean.aunis@yahoo.fr> (invalid) +" Maintainer: Jean Aunis <jean.aunis@yahoo.fr> " Previous Maintainer: brc007 " Updated for 1.2 by Tilghman Lesher (Corydon76) " Last Change: 2015 Feb 27 diff --git a/runtime/syntax/atlas.vim b/runtime/syntax/atlas.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: ATLAS -" Maintainer: Inaki Saez <jisaez@sfe.indra.es> (invalid) +" Maintainer: Inaki Saez <jisaez@sfe.indra.es> " Last Change: 2001 May 09 " quit when a syntax file was already loaded diff --git a/runtime/syntax/autoit.vim b/runtime/syntax/autoit.vim @@ -1,7 +1,7 @@ " Vim syntax file " " Language: AutoIt v3 (http://www.autoitscript.com/autoit3/) -" Maintainer: Jared Breland <jbreland@legroom.net> (invalid) +" Maintainer: Jared Breland <jbreland@legroom.net> " Authored By: Riccardo Casini <ric@libero.it> " Script URL: http://www.vim.org/scripts/script.php?script_id=1239 " ChangeLog: Please visit the script URL for detailed change information diff --git a/runtime/syntax/ave.vim b/runtime/syntax/ave.vim @@ -1,7 +1,7 @@ " Vim syntax file " Copyright by Jan-Oliver Wagner " Language: avenue -" Maintainer: Jan-Oliver Wagner <Jan-Oliver.Wagner@intevation.de> (invalid) +" Maintainer: Jan-Oliver Wagner <Jan-Oliver.Wagner@intevation.de> " Last change: 2001 May 10 " Avenue is the ArcView built-in language. ArcView is diff --git a/runtime/syntax/ayacc.vim b/runtime/syntax/ayacc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: AYacc -" Maintainer: Mathieu Clabaut <mathieu.clabaut@free.fr> (invalid) +" Maintainer: Mathieu Clabaut <mathieu.clabaut@free.fr> " LastChange: 2011 Dec 25 " Original: Yacc, maintained by Dr. Charles E. Campbell, Jr. " Comment: Replaced sourcing c.vim file by ada.vim and rename yacc* diff --git a/runtime/syntax/bc.vim b/runtime/syntax/bc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: bc - An arbitrary precision calculator language -" Maintainer: Vladimir Scholtz <vlado@gjh.sk> (invalid) +" Maintainer: Vladimir Scholtz <vlado@gjh.sk> " Last change: 2012 Jun 01 " (Dominique Pelle added @Spell) " Available on: www.gjh.sk/~vlado/bc.vim diff --git a/runtime/syntax/bib.vim b/runtime/syntax/bib.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: BibTeX (bibliographic database format for (La)TeX) -" Maintainer: Bernd Feige <Bernd.Feige@gmx.net> (invalid) +" Maintainer: Bernd Feige <Bernd.Feige@gmx.net> " Filenames: *.bib " Last Change: 2017 Sep 29 diff --git a/runtime/syntax/bsdl.vim b/runtime/syntax/bsdl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Boundary Scan Description Language (BSDL) -" Maintainer: Daniel Kho <daniel.kho@logik.haus> (invalid) +" Maintainer: Daniel Kho <daniel.kho@logik.haus> " Last Changed: 2020 Mar 19 by Daniel Kho " quit when a syntax file was already loaded diff --git a/runtime/syntax/btm.vim b/runtime/syntax/btm.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: 4Dos batch file -" Maintainer: John Leo Spetz <jls11@po.cwru.edu> (invalid) +" Maintainer: John Leo Spetz <jls11@po.cwru.edu> " Last Change: 2001 May 09 "//Issues to resolve: diff --git a/runtime/syntax/catalog.vim b/runtime/syntax/catalog.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: sgml catalog file -" Maintainer: Johannes Zellner <johannes@zellner.org> (invalid) +" Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Fr, 04 Nov 2005 12:46:45 CET " Filenames: /etc/sgml.catalog " $Id: catalog.vim,v 1.2 2005/11/23 21:11:10 vimboss Exp $ diff --git a/runtime/syntax/cf.vim b/runtime/syntax/cf.vim @@ -4,7 +4,7 @@ " Author: Ernst M. van der Linden <ernst.vanderlinden@ernestoz.com> " License: The MIT License (MIT) " -" Maintainer: Ernst M. van der Linden <ernst.vanderlinden@ernestoz.com> (invalid) +" Maintainer: Ernst M. van der Linden <ernst.vanderlinden@ernestoz.com> " URL: https://github.com/ernstvanderlinden/vim-coldfusion " Last Change: 2017 Nov 28 " diff --git a/runtime/syntax/cfg.vim b/runtime/syntax/cfg.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Good old CFG files -" Maintainer: Igor N. Prischepoff (igor@tyumbit.ru, pri_igor@mail.ru (invalid)) +" Maintainer: Igor N. Prischepoff (igor@tyumbit.ru, pri_igor@mail.ru) " Last Change: 2012 Aug 11 " 2024 Nov 14 by Vim project: // only denotes a comment when starting a line (#16051) diff --git a/runtime/syntax/cgdbrc.vim b/runtime/syntax/cgdbrc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: cgdbrc -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Documentation: https://cgdb.github.io/docs/Configuring-CGDB.html " Latest Revision: 2024-04-09 diff --git a/runtime/syntax/ch.vim b/runtime/syntax/ch.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Ch -" Maintainer: SoftIntegration, Inc. <info@softintegration.com> (invalid) +" Maintainer: SoftIntegration, Inc. <info@softintegration.com> " URL: http://www.softintegration.com/download/vim/syntax/ch.vim " Last change: 2004 Sep 01 " Created based on cpp.vim diff --git a/runtime/syntax/change.vim b/runtime/syntax/change.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: WEB Changes -" Maintainer: Andreas Scherer <andreas.scherer@pobox.com> (invalid) +" Maintainer: Andreas Scherer <andreas.scherer@pobox.com> " Last Change: April 25, 2001 " Details of the change mechanism of the WEB and CWEB languages can be found diff --git a/runtime/syntax/changelog.vim b/runtime/syntax/changelog.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: generic ChangeLog file " Written By: Gediminas Paulauskas <menesis@delfi.lt> -" Maintainer: Corinna Vinschen <vinschen@redhat.com> (invalid) +" Maintainer: Corinna Vinschen <vinschen@redhat.com> " Last Change: June 1, 2003 " quit when a syntax file was already loaded diff --git a/runtime/syntax/chaskell.vim b/runtime/syntax/chaskell.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Haskell supporting c2hs binding hooks -" Maintainer: Armin Sander <armin@mindwalker.org> (invalid) +" Maintainer: Armin Sander <armin@mindwalker.org> " Last Change: 2001 November 1 " " 2001 November 1: Changed commands for sourcing haskell.vim diff --git a/runtime/syntax/chatito.vim b/runtime/syntax/chatito.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Chatito -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.chatito " Last Change: 2022 Sep 19 diff --git a/runtime/syntax/cheetah.vim b/runtime/syntax/cheetah.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Cheetah template engine -" Maintainer: Max Ischenko <mfi@ukr.net> (invalid) +" Maintainer: Max Ischenko <mfi@ukr.net> " Last Change: 2003-05-11 " " Missing features: diff --git a/runtime/syntax/chill.vim b/runtime/syntax/chill.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: CHILL -" Maintainer: YoungSang Yoon <image@lgic.co.kr> (invalid) +" Maintainer: YoungSang Yoon <image@lgic.co.kr> " Last change: 2004 Jan 21 " diff --git a/runtime/syntax/chordpro.vim b/runtime/syntax/chordpro.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: ChordPro 6 (https://www.chordpro.org) -" Maintainer: Niels Bo Andersen <niels@niboan.dk> (invalid) +" Maintainer: Niels Bo Andersen <niels@niboan.dk> " Last Change: 2022-04-15 " 2024 Dec 31: add "keys" as syntax keyword (via: https://groups.google.com/g/vim_dev/c/vP4epus0euM/m/mNoDY6hsCQAJ) diff --git a/runtime/syntax/clojure.vim b/runtime/syntax/clojure.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: Clojure -" Maintainer: Alex Vear <alex@vear.uk> (invalid) +" Maintainer: Alex Vear <alex@vear.uk> " Former Maintainers: Sung Pae <self@sungpae.com> " Meikel Brandmeyer <mb@kotka.de> " Toralf Wittner <toralf.wittner@gmail.com> diff --git a/runtime/syntax/cmacro.vim b/runtime/syntax/cmacro.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: C macro for C preprocessor -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Dec 31 " modified from syntax/c.vim diff --git a/runtime/syntax/cobol.vim b/runtime/syntax/cobol.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: COBOL -" Maintainer: Ankit Jain <ajatkj@yahoo.co.in> (invalid) +" Maintainer: Ankit Jain <ajatkj@yahoo.co.in> " (formerly Tim Pope <vimNOSPAM@tpope.info>) " (formerly Davyd Ondrejko <vondraco@columbus.rr.com>) " (formerly Sitaram Chamarty <sitaram@diac.com> and diff --git a/runtime/syntax/crontab.vim b/runtime/syntax/crontab.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: crontab -" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " Original Maintainer: John Hoelzel johnh51@users.sourceforge.net " License: This file can be redistribued and/or modified under the same terms " as Vim itself. diff --git a/runtime/syntax/csp.vim b/runtime/syntax/csp.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: CSP (Communication Sequential Processes, using FDR input syntax) -" Maintainer: Jan Bredereke <brederek@tzi.de> (invalid) +" Maintainer: Jan Bredereke <brederek@tzi.de> " Version: 0.6.0 " Last change: Mon Mar 25, 2002 " URL: http://www.tzi.de/~brederek/vim/ diff --git a/runtime/syntax/css.vim b/runtime/syntax/css.vim @@ -6,7 +6,7 @@ " Yeti (Add full CSS2, HTML4 support) " Nikolai Weibull (Add CSS2 support) " URL: https://github.com/vim-language-dept/css-syntax.vim -" Maintainer: Jay Sitter <jay@jaysitter.com> (invalid) +" Maintainer: Jay Sitter <jay@jaysitter.com> " Last Change: 2024 Mar 2 " 2025 Nov 11: improve support for cssBoxProperties #18717 diff --git a/runtime/syntax/cuda.vim b/runtime/syntax/cuda.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: CUDA (NVIDIA Compute Unified Device Architecture) -" Maintainer: Timothy B. Terriberry <tterribe@users.sourceforge.net> (invalid) +" Maintainer: Timothy B. Terriberry <tterribe@users.sourceforge.net> " Last Change: 2024 Apr 04 " Contributor: jiangyinzuo diff --git a/runtime/syntax/cuplsim.vim b/runtime/syntax/cuplsim.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: CUPL simulation -" Maintainer: John Cook <john.cook@kla-tencor.com> (invalid) +" Maintainer: John Cook <john.cook@kla-tencor.com> " Last Change: 2001 Apr 25 " quit when a syntax file was already loaded diff --git a/runtime/syntax/cweb.vim b/runtime/syntax/cweb.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: CWEB -" Maintainer: Andreas Scherer <andreas.scherer@pobox.com> (invalid) +" Maintainer: Andreas Scherer <andreas.scherer@pobox.com> " Last Change: 2011 Dec 25 by Thilo Six " Details of the CWEB language can be found in the article by Donald E. Knuth diff --git a/runtime/syntax/cynlib.vim b/runtime/syntax/cynlib.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Cynlib(C++) -" Maintainer: Phil Derrick <phild@forteds.com> (invalid) +" Maintainer: Phil Derrick <phild@forteds.com> " Last change: 2001 Sep 02 " URL http://www.derrickp.freeserve.co.uk/vim/syntax/cynlib.vim " diff --git a/runtime/syntax/cynpp.vim b/runtime/syntax/cynpp.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Cyn++ -" Maintainer: Phil Derrick <phild@forteds.com> (invalid) +" Maintainer: Phil Derrick <phild@forteds.com> " Last change: 2001 Sep 02 " " Language Information diff --git a/runtime/syntax/desc.vim b/runtime/syntax/desc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: T2 / ROCK Linux .desc -" Maintainer: René Rebe <rene@exactcode.de> (invalid), Piotr Esden-Tempski <esden@rocklinux.org> (invalid) +" Maintainer: René Rebe <rene@exactcode.de>, Piotr Esden-Tempski <esden@rocklinux.org> " Last Change: 2006 Aug 14 " quit when a syntax file was already loaded diff --git a/runtime/syntax/diva.vim b/runtime/syntax/diva.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SKILL for Diva -" Maintainer: Toby Schaffer <jtschaff@eos.ncsu.edu> (invalid) +" Maintainer: Toby Schaffer <jtschaff@eos.ncsu.edu> " Last Change: 2001 May 09 " Comments: SKILL is a Lisp-like programming language for use in EDA " tools from Cadence Design Systems. It allows you to have diff --git a/runtime/syntax/django.vim b/runtime/syntax/django.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Django template -" Maintainer: Dave Hodder <dmh@dmh.org.uk> (invalid) +" Maintainer: Dave Hodder <dmh@dmh.org.uk> " Last Change: 2021 Nov 29 " quit when a syntax file was already loaded diff --git a/runtime/syntax/docbk.vim b/runtime/syntax/docbk.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: DocBook -" Maintainer: Devin Weaver <vim@tritarget.com> (invalid) +" Maintainer: Devin Weaver <vim@tritarget.com> " Last Updated By: Shlomi Fish " URL: http://tritarget.com/pub/vim/syntax/docbk.vim " Last Change: 2012 Nov 28 diff --git a/runtime/syntax/docbksgml.vim b/runtime/syntax/docbksgml.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: DocBook SGML -" Maintainer: Johannes Zellner <johannes@zellner.org> (invalid) +" Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Sam, 07 Sep 2002 17:20:46 CEST let b:docbk_type="sgml" diff --git a/runtime/syntax/docbkxml.vim b/runtime/syntax/docbkxml.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: DocBook XML -" Maintainer: Johannes Zellner <johannes@zellner.org> (invalid) +" Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Sam, 07 Sep 2002 17:20:12 CEST let b:docbk_type="xml" diff --git a/runtime/syntax/dosini.vim b/runtime/syntax/dosini.vim @@ -3,7 +3,7 @@ " Version: 2.4 " Original Author: Sean M. McKee <mckee@misslink.net> " Previous Maintainer: Nima Talebi <nima@it.net.au> -" Current Maintainer: Hong Xu <hong@topbug.net> (invalid) +" Current Maintainer: Hong Xu <hong@topbug.net> " Homepage: http://www.vim.org/scripts/script.php?script_id=3747 " Repository: https://github.com/xuhdev/syntax-dosini.vim " Last Change: 2024 Sept 08 diff --git a/runtime/syntax/dsl.vim b/runtime/syntax/dsl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: DSSSL -" Maintainer: Johannes Zellner <johannes@zellner.org> (invalid) +" Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Tue, 27 Apr 2004 14:54:59 CEST " Filenames: *.dsl " $Id: dsl.vim,v 1.1 2004/06/13 19:13:31 vimboss Exp $ diff --git a/runtime/syntax/dtrace.vim b/runtime/syntax/dtrace.vim @@ -4,7 +4,7 @@ " http://docs.sun.com/app/docs/doc/817-6223 " Version: 1.5 " Last Change: 2008/04/05 -" Maintainer: Nicolas Weber <nicolasweber@gmx.de> (invalid) +" Maintainer: Nicolas Weber <nicolasweber@gmx.de> " dtrace lexer and parser are at " http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_lex.l diff --git a/runtime/syntax/dts.vim b/runtime/syntax/dts.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: dts/dtsi (device tree files) -" Maintainer: Daniel Mack <vim@zonque.org> (invalid) +" Maintainer: Daniel Mack <vim@zonque.org> " Last Change: 2023 Apr 28 if exists("b:current_syntax") diff --git a/runtime/syntax/ecd.vim b/runtime/syntax/ecd.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: ecd (Embedix Component Description) files -" Maintainer: John Beppu <beppu@opensource.lineo.com> (invalid) +" Maintainer: John Beppu <beppu@opensource.lineo.com> " URL: http://opensource.lineo.com/~beppu/prose/ecd_vim.html " Last Change: 2001 Sep 27 diff --git a/runtime/syntax/edif.vim b/runtime/syntax/edif.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: EDIF (Electronic Design Interchange Format) -" Maintainer: Artem Zankovich <z_artem@hotbox.ru> (invalid) +" Maintainer: Artem Zankovich <z_artem@hotbox.ru> " Last Change: Oct 14, 2002 " " Supported standarts are: diff --git a/runtime/syntax/esmtprc.vim b/runtime/syntax/esmtprc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Esmtp setup file (based on esmtp 0.5.0) -" Maintainer: Kornel Kielczewski <kornel@gazeta.pl> (invalid) +" Maintainer: Kornel Kielczewski <kornel@gazeta.pl> " Last Change: 16 Feb 2005 " quit when a syntax file was already loaded diff --git a/runtime/syntax/exim.vim b/runtime/syntax/exim.vim @@ -1,7 +1,7 @@ " Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: Exim configuration file exim.conf -" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-10-15 " URL: http://trific.ath.cx/Ftp/vim/syntax/exim.vim diff --git a/runtime/syntax/fgl.vim b/runtime/syntax/fgl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Informix 4GL -" Maintainer: Rafal M. Sulejman <rms@poczta.onet.pl> (invalid) +" Maintainer: Rafal M. Sulejman <rms@poczta.onet.pl> " Update: 26 Sep 2002 " Changes: " - Dynamic 4GL/FourJs/4GL 7.30 pseudo comment directives (Julian Bridle) diff --git a/runtime/syntax/flexwiki.vim b/runtime/syntax/flexwiki.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: FlexWiki, http://www.flexwiki.com/ -" Maintainer: George V. Reilly <george@reilly.org> (invalid) +" Maintainer: George V. Reilly <george@reilly.org> " Home: http://www.georgevreilly.com/vim/flexwiki/ " Other Home: http://www.vim.org/scripts/script.php?script_id=1529 " Author: George V. Reilly diff --git a/runtime/syntax/focexec.vim b/runtime/syntax/focexec.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Focus Executable -" Maintainer: Rob Brady <robb@datatone.com> (invalid) +" Maintainer: Rob Brady <robb@datatone.com> " Last Change: $Date: 2004/06/13 15:38:04 $ " URL: http://www.datatone.com/~robb/vim/syntax/focexec.vim " $Revision: 1.1 $ diff --git a/runtime/syntax/form.vim b/runtime/syntax/form.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: FORM " Version: 2.0 -" Maintainer: Michael M. Tung <michael.tung@uni-mainz.de> (invalid) +" Maintainer: Michael M. Tung <michael.tung@uni-mainz.de> " Last Change: <Thu Oct 23 13:11:21 CEST 2008> " Past Change: <October 2008 Thomas Reiter thomasr@nikhef.nl> " Past Change: <Wed, 2005/05/25 09:24:58 arwagner wptx44> diff --git a/runtime/syntax/foxpro.vim b/runtime/syntax/foxpro.vim @@ -2,7 +2,7 @@ " Filename: foxpro.vim " Version: 1.0 " Language: FoxPro for DOS/UNIX v2.6 -" Maintainer: Bill W. Smith, Jr. <donal@brewich.com> (invalid) +" Maintainer: Bill W. Smith, Jr. <donal@brewich.com> " Last Change: 15 May 2006 " This file replaces the FoxPro for DOS v2.x syntax file diff --git a/runtime/syntax/fvwm.vim b/runtime/syntax/fvwm.vim @@ -1,6 +1,6 @@ " Vim syntax file for Fvwm-2.5.22 " Language: Fvwm{1,2} configuration file -" Maintainer: Gautam Iyer <gi1242@users.sourceforge.net> (invalid) +" Maintainer: Gautam Iyer <gi1242@users.sourceforge.net> " Previous Maintainer: Haakon Riiser <hakonrk@fys.uio.no> " Last Change: Sat 29 Sep 2007 11:08:34 AM PDT " 2025 Dec 14: Update fvwm2 keywords #18924 diff --git a/runtime/syntax/fvwm2m4.vim b/runtime/syntax/fvwm2m4.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: FvwmM4 preprocessed Fvwm2 configuration files -" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-06-02 " URI: http://physics.muni.cz/~yeti/download/syntax/fvwmm4.vim diff --git a/runtime/syntax/gel.vim b/runtime/syntax/gel.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: TI Code Composer Studio General Extension Language " Document: https://downloads.ti.com/ccs/esd/documents/users_guide/ccs_debug-gel.html -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Dec 25 if exists("b:current_syntax") diff --git a/runtime/syntax/gitattributes.vim b/runtime/syntax/gitattributes.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: git attributes -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: .gitattributes, *.git/info/attributes " Last Change: 2022 Sep 09 diff --git a/runtime/syntax/gitignore.vim b/runtime/syntax/gitignore.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: git ignore -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: .gitignore, *.git/info/exclude " Last Change: 2022 Sep 10 diff --git a/runtime/syntax/gkrellmrc.vim b/runtime/syntax/gkrellmrc.vim @@ -1,7 +1,7 @@ " Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: gkrellm theme files `gkrellmrc' -" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2003-04-30 " URL: http://trific.ath.cx/Ftp/vim/syntax/gkrellmrc.vim diff --git a/runtime/syntax/glsl.vim b/runtime/syntax/glsl.vim @@ -1,5 +1,5 @@ " Language: OpenGL Shading Language -" Maintainer: Gregory Anders <greg@gpanders.com> (invalid) +" Maintainer: Gregory Anders <greg@gpanders.com> " Last Modified: 2024 Jul 21 " Upstream: https://github.com/tikhomirov/vim-glsl diff --git a/runtime/syntax/grads.vim b/runtime/syntax/grads.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: grads (GrADS scripts) -" Maintainer: Stefan Fronzek (sfronzek at gmx dot net) (invalid) +" Maintainer: Stefan Fronzek (sfronzek at gmx dot net) " Last change: 13 Feb 2004 " Grid Analysis and Display System (GrADS); http://grads.iges.org/grads diff --git a/runtime/syntax/groff.vim b/runtime/syntax/groff.vim @@ -1,6 +1,6 @@ " VIM syntax file " Language: groff -" Maintainer: John Marshall <jmarshall@hey.com> (invalid) +" Maintainer: John Marshall <jmarshall@hey.com> " Previous Maintainer: Pedro Alejandro López-Valencia <palopezv@gmail.com> " Last Change: 2003-05-08-12:41:13 GMT-5. diff --git a/runtime/syntax/gtkrc.vim b/runtime/syntax/gtkrc.vim @@ -1,7 +1,7 @@ " Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: Gtk+ theme files `gtkrc' -" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-10-31 " URL: http://trific.ath.cx/Ftp/vim/syntax/gtkrc.vim diff --git a/runtime/syntax/gyp.vim b/runtime/syntax/gyp.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: GYP -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.gyp,*.gypi " Last Change: 2022 Sep 27 diff --git a/runtime/syntax/hare.vim b/runtime/syntax/hare.vim @@ -1,6 +1,6 @@ " Vim syntax file. " Language: Hare -" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid) +" Maintainer: Amelia Clarke <selene@perilune.dev> " Last Change: 2024-05-10 " Upstream: https://git.sr.ht/~sircmpwn/hare.vim diff --git a/runtime/syntax/haredoc.vim b/runtime/syntax/haredoc.vim @@ -1,6 +1,6 @@ " Vim syntax file. " Language: Haredoc (Hare documentation format) -" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid) +" Maintainer: Amelia Clarke <selene@perilune.dev> " Last Change: 2024-05-10 " Upstream: https://git.sr.ht/~selene/hare.vim diff --git a/runtime/syntax/haskell.vim b/runtime/syntax/haskell.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Haskell -" Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org> (need to be subscribed to post) +" Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org> " Last Change: 2024 Mar 28 by Enrico Maria De Angelis <enricomaria.dean6elis@gmail.com> " 2025 Nov 20 by Vim Project: Allow spaces in backticks #18776 " Original Author: John Williams <jrw@pobox.com> diff --git a/runtime/syntax/hex.vim b/runtime/syntax/hex.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Intel HEX -" Maintainer: Markus Heidelberg <markus.heidelberg@web.de> (invalid) +" Maintainer: Markus Heidelberg <markus.heidelberg@web.de> " Previous version: Sams Ricahrd <sams@ping.at> " Last Change: 2015 Feb 24 diff --git a/runtime/syntax/hostsaccess.vim b/runtime/syntax/hostsaccess.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: hosts.deny, hosts.allow configuration files -" Maintainer: Thilo Six <T.Six@gmx.de> (invalid) +" Maintainer: Thilo Six <T.Six@gmx.de> " Last Change: 2011 May 01 " Derived From: conf.vim " Credits: Bram Moolenaar diff --git a/runtime/syntax/htmlangular.vim b/runtime/syntax/htmlangular.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Angular HTML template -" Maintainer: Dennis van den Berg <dennis@vdberg.dev> (invalid) +" Maintainer: Dennis van den Berg <dennis@vdberg.dev> " Last Change: 2024 Aug 22 " quit when a syntax file was already loaded diff --git a/runtime/syntax/htmlcheetah.vim b/runtime/syntax/htmlcheetah.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: HTML with Cheetah tags -" Maintainer: Max Ischenko <mfi@ukr.net> (invalid) +" Maintainer: Max Ischenko <mfi@ukr.net> " Last Change: 2003-05-11 " quit when a syntax file was already loaded diff --git a/runtime/syntax/htmldjango.vim b/runtime/syntax/htmldjango.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Django HTML template -" Maintainer: Dave Hodder <dmh@dmh.org.uk> (invalid) +" Maintainer: Dave Hodder <dmh@dmh.org.uk> " Last Change: 2014 Jul 13 " quit when a syntax file was already loaded diff --git a/runtime/syntax/htmlos.vim b/runtime/syntax/htmlos.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: HTML/OS by Aestiva -" Maintainer: Jason Rust <jrust@westmont.edu> (invalid) +" Maintainer: Jason Rust <jrust@westmont.edu> " URL: http://www.rustyparts.com/vim/syntax/htmlos.vim " Info: http://www.rustyparts.com/scripts.php " Last Change: 2003 May 11 diff --git a/runtime/syntax/ibasic.vim b/runtime/syntax/ibasic.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: ibasic -" Maintainer: Mark Manning <markem@airmail.net> (invalid) +" Maintainer: Mark Manning <markem@airmail.net> " Originator: Allan Kelly <Allan.Kelly@ed.ac.uk> " Created: 10/1/2006 " Updated: 10/21/2006 diff --git a/runtime/syntax/initng.vim b/runtime/syntax/initng.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: initng .i files -" Maintainer: Elan Ruusamäe <glen@pld-linux.org> (invalid) +" Maintainer: Elan Ruusamäe <glen@pld-linux.org> " URL: http://glen.alkohol.ee/pld/initng/ " License: GPL v2 " Version: 0.13 diff --git a/runtime/syntax/ishd.vim b/runtime/syntax/ishd.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: InstallShield Script -" Maintainer: Robert M. Cortopassi <cortopar@mindspring.com> (invalid) +" Maintainer: Robert M. Cortopassi <cortopar@mindspring.com> " Last Change: 2001 May 09 " quit when a syntax file was already loaded diff --git a/runtime/syntax/iss.vim b/runtime/syntax/iss.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Inno Setup File (iss file) and My InnoSetup extension -" Maintainer: Jason Mills (jmills@cs.mun.ca) (invalid) +" Maintainer: Jason Mills (jmills@cs.mun.ca) " Previous Maintainer: Dominique Stéphan (dominique@mggen.com) " Last Change: 2023 Jan 26 " diff --git a/runtime/syntax/ist.vim b/runtime/syntax/ist.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Makeindex style file, *.ist -" Maintainer: Peter Meszaros <pmeszaros@effice.hu> (invalid) +" Maintainer: Peter Meszaros <pmeszaros@effice.hu> " Last Change: 2012 Jan 08 by Thilo Six " quit when a syntax file was already loaded diff --git a/runtime/syntax/j.vim b/runtime/syntax/j.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: J -" Maintainer: David Bürgin <dbuergin@gluet.ch> (invalid) +" Maintainer: David Bürgin <dbuergin@gluet.ch> " URL: https://gitlab.com/glts/vim-j " Last Change: 2019-11-12 diff --git a/runtime/syntax/jal.vim b/runtime/syntax/jal.vim @@ -2,7 +2,7 @@ " Language: JAL " Version: 0.1 " Last Change: 2003 May 11 -" Maintainer: Mark Gross <mark@thegnar.org> (invalid) +" Maintainer: Mark Gross <mark@thegnar.org> " This is a syntax definition for the JAL language. " It is based on the Source Forge compiler source code. " https://sourceforge.net/projects/jal/ diff --git a/runtime/syntax/jam.vim b/runtime/syntax/jam.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: JAM -" Maintainer: Ralf Lemke (ralflemk@t-online.de) (invalid) +" Maintainer: Ralf Lemke (ralflemk@t-online.de) " Last change: 2012 Jan 08 by Thilo Six " quit when a syntax file was already loaded diff --git a/runtime/syntax/jess.vim b/runtime/syntax/jess.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Jess -" Maintainer: Paul Baleme <pbaleme@mail.com> (invalid) +" Maintainer: Paul Baleme <pbaleme@mail.com> " Last change: September 14, 2000 " Based on lisp.vim by : Dr. Charles E. Campbell, Jr. diff --git a/runtime/syntax/jjdescription.vim b/runtime/syntax/jjdescription.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: jj description -" Maintainer: Gregory Anders <greg@gpanders.com> (invalid) +" Maintainer: Gregory Anders <greg@gpanders.com> " Last Change: 2024 May 8 " 2025 Apr 17 by Vim Project (don't require space to start comments, #17130) diff --git a/runtime/syntax/jproperties.vim b/runtime/syntax/jproperties.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Java Properties resource file (*.properties[_*]) -" Maintainer: Simon Baldwin <simonb@sco.com> (invalid) +" Maintainer: Simon Baldwin <simonb@sco.com> " Last change: 26th Mar 2000 " ============================================================================= diff --git a/runtime/syntax/jsp.vim b/runtime/syntax/jsp.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: JSP (Java Server Pages) -" Maintainer: Rafael Garcia-Suarez <rgarciasuarez@free.fr> (invalid) +" Maintainer: Rafael Garcia-Suarez <rgarciasuarez@free.fr> " URL: http://rgarciasuarez.free.fr/vim/syntax/jsp.vim " Last change: 2004 Feb 02 " Credits : Patch by Darren Greaves (recognizes <jsp:...> tags) diff --git a/runtime/syntax/kdl.vim b/runtime/syntax/kdl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: KDL -" Maintainer: Aram Drevekenin <aram@poor.dev> (invalid) +" Maintainer: Aram Drevekenin <aram@poor.dev> " Maintainer: Yinzuo Jiang <jiangyinzuo@foxmail.com> " Latest Revision: 2024-06-16 diff --git a/runtime/syntax/kix.vim b/runtime/syntax/kix.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: KixTart 95, Kix2001 Windows script language http://kixtart.org/ -" Maintainer: Richard Howarth <rhowarth@sgb.co.uk> (invalid) +" Maintainer: Richard Howarth <rhowarth@sgb.co.uk> " Last Change: 2003 May 11 " URL: http://www.howsoft.demon.co.uk/ diff --git a/runtime/syntax/kwt.vim b/runtime/syntax/kwt.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: kimwitu++ -" Maintainer: Michael Piefel <entwurf@piefel.de> (invalid) +" Maintainer: Michael Piefel <entwurf@piefel.de> " Last Change: 2 May 2001 " quit when a syntax file was already loaded diff --git a/runtime/syntax/lace.vim b/runtime/syntax/lace.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: lace -" Maintainer: Jocelyn Fiat <utilities@eiffel.com> (invalid) +" Maintainer: Jocelyn Fiat <utilities@eiffel.com> " Last Change: 2001 May 09 " Copyright Interactive Software Engineering, 1998 diff --git a/runtime/syntax/ldif.vim b/runtime/syntax/ldif.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: LDAP LDIF -" Maintainer: Zak Johnson <zakj@nox.cx> (invalid) +" Maintainer: Zak Johnson <zakj@nox.cx> " Last Change: 2003-12-30 " quit when a syntax file was already loaded diff --git a/runtime/syntax/lf.vim b/runtime/syntax/lf.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: lf file manager configuration file (lfrc) -" Maintainer: Andis Sprinkis <andis@sprinkis.com> (invalid) +" Maintainer: Andis Sprinkis <andis@sprinkis.com> " Former Maintainer: Cameron Wright " URL: https://github.com/andis-sprinkis/lf-vim " Last Change: 26 Oct 2025 diff --git a/runtime/syntax/lhaskell.vim b/runtime/syntax/lhaskell.vim @@ -2,7 +2,7 @@ " Language: Haskell with literate comments, Bird style, " Markdown style, TeX style and plain text surrounding " \begin{code} \end{code} blocks -" Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org> (need to be subscribed to post) +" Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org> " Original Author: Arthur van Leeuwen <arthurvl@cs.uu.nl> " Last Change: 2020 Feb 25 " Version: 1.05 diff --git a/runtime/syntax/lifelines.vim b/runtime/syntax/lifelines.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: LifeLines (v 3.0.62) <http://lifelines.sourceforge.net> -" Maintainer: Patrick Texier <p.texier@orsennes.com> (invalid) +" Maintainer: Patrick Texier <p.texier@orsennes.com> " Location: <http://patrick.texier.free.fr/vim/syntax/lifelines.vim> " Last Change: 2010 May 7 diff --git a/runtime/syntax/lnk.vim b/runtime/syntax/lnk.vim @@ -2,7 +2,7 @@ " Language: TI linker command file " Document: https://downloads.ti.com/docs/esd/SPRUI03A/Content/SPRUI03A_HTML/linker_description.html " Document: https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_Linker-Command-File-Primer.html -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Dec 31 if exists("b:current_syntax") diff --git a/runtime/syntax/lnkmap.vim b/runtime/syntax/lnkmap.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: TI Linker map " Document: https://downloads.ti.com/docs/esd/SPRUI03A/Content/SPRUI03A_HTML/linker_description.html -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Dec 30 if exists("b:current_syntax") diff --git a/runtime/syntax/lotos.vim b/runtime/syntax/lotos.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: LOTOS (Language Of Temporal Ordering Specifications, IS8807) -" Maintainer: Daniel Amyot <damyot@csi.uottawa.ca> (invalid) +" Maintainer: Daniel Amyot <damyot@csi.uottawa.ca> " Last Change: Wed Aug 19 1998 " URL: http://lotos.csi.uottawa.ca/~damyot/vim/lotos.vim " This file is an adaptation of pascal.vim by Mario Eusebio diff --git a/runtime/syntax/lpc.vim b/runtime/syntax/lpc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: LPC -" Maintainer: Shizhu Pan <poet@mudbuilder.net> (invalid) +" Maintainer: Shizhu Pan <poet@mudbuilder.net> " URL: http://poet.tomud.com/pub/lpc.vim.bz2 " Last Change: 2016 Aug 31 " Comments: If you are using Vim 6.2 or later, see :h lpc.vim for diff --git a/runtime/syntax/lsl.vim b/runtime/syntax/lsl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Linden Scripting Language -" Maintainer: Timo Frenay <timo@frenay.net> (invalid) +" Maintainer: Timo Frenay <timo@frenay.net> " Last Change: 2012 Apr 30 " Quit when a syntax file was already loaded diff --git a/runtime/syntax/lss.vim b/runtime/syntax/lss.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Lynx 2.7.1 style file -" Maintainer: Scott Bigham <dsb@killerbunnies.org> (invalid) +" Maintainer: Scott Bigham <dsb@killerbunnies.org> " Last Change: 2004 Oct 06 " quit when a syntax file was already loaded diff --git a/runtime/syntax/lyrics.vim b/runtime/syntax/lyrics.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: LyRiCs -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.lrc " Last Change: 2025 Jan 13 diff --git a/runtime/syntax/m17ndb.vim b/runtime/syntax/m17ndb.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: m17n database -" Maintainer: David Mandelberg <david@mandelberg.org> (invalid) +" Maintainer: David Mandelberg <david@mandelberg.org> " Last Change: 2025 Feb 21 " " https://www.nongnu.org/m17n/manual-en/m17nDBFormat.html describes the diff --git a/runtime/syntax/mail.vim b/runtime/syntax/mail.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Mail file " Previous Maintainer: Felix von Leitner <leitner@math.fu-berlin.de> -" Maintainer: GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com' (invalid) +" Maintainer: GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com' " Last Change: Thu 25 Jan 2024 10:34:02 AM EST " Quit when a syntax file was already loaded diff --git a/runtime/syntax/make.vim b/runtime/syntax/make.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Makefile -" Maintainer: Roland Hieber <rohieb+vim-iR0jGdkV@rohieb.name> (invalid), <https://github.com/rohieb> +" Maintainer: Roland Hieber <rohieb+vim-iR0jGdkV@rohieb.name>, <https://github.com/rohieb> " Previous Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: https://github.com/vim/vim/blob/master/runtime/syntax/make.vim " Last Change: 2022 Nov 06 diff --git a/runtime/syntax/mason.vim b/runtime/syntax/mason.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Mason (Perl embedded in HTML) -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) diff --git a/runtime/syntax/master.vim b/runtime/syntax/master.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Focus Master File -" Maintainer: Rob Brady <robb@datatone.com> (invalid) +" Maintainer: Rob Brady <robb@datatone.com> " Last Change: $Date: 2004/06/13 15:54:03 $ " URL: http://www.datatone.com/~robb/vim/syntax/master.vim " $Revision: 1.1 $ diff --git a/runtime/syntax/matlab.vim b/runtime/syntax/matlab.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Matlab -" Maintainer: Alex Burka <vim@alexburka.com> (invalid) +" Maintainer: Alex Burka <vim@alexburka.com> " Credits: Preben 'Peppe' Guldberg <peppe-vim@wielders.org> " Maurizio Tranchero - maurizio(.)tranchero(@)gmail(.)com " Original author: Mario Eusebio diff --git a/runtime/syntax/mbsync.vim b/runtime/syntax/mbsync.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: mbsyncrc -" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> (invalid) +" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> " Last Change: 2025 Apr 13 " 2025 Jun 04 by Vim project: match TLSType configuration variable " diff --git a/runtime/syntax/mgp.vim b/runtime/syntax/mgp.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: mgp - MaGic Point -" Maintainer: Gerfried Fuchs <alfie@ist.org> (invalid) +" Maintainer: Gerfried Fuchs <alfie@ist.org> " Filenames: *.mgp " Last Change: 25 Apr 2001 " URL: http://alfie.ist.org/vim/syntax/mgp.vim diff --git a/runtime/syntax/mib.vim b/runtime/syntax/mib.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Vim syntax file for SNMPv1 and SNMPv2 MIB and SMI files -" Maintainer: Martin Smat <msmat@post.cz> (invalid) +" Maintainer: Martin Smat <msmat@post.cz> " Original Author: David Pascoe <pascoedj@spamcop.net> " Written: Wed Jan 28 14:37:23 GMT--8:00 1998 " Last Changed: Mon Mar 23 2010 diff --git a/runtime/syntax/mma.vim b/runtime/syntax/mma.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Mathematica -" Maintainer: steve layland <layland@wolfram.com> (invalid) +" Maintainer: steve layland <layland@wolfram.com> " Last Change: 2012 Feb 03 by Thilo Six " 2024 May 24 by Riley Bruins <ribru17@gmail.com> (remove 'commentstring') " Source: http://members.wri.com/layland/vim/syntax/mma.vim diff --git a/runtime/syntax/mmix.vim b/runtime/syntax/mmix.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: MMIX -" Maintainer: Dirk Hüsken, <huesken@informatik.uni-tuebingen.de> (invalid) +" Maintainer: Dirk Hüsken, <huesken@informatik.uni-tuebingen.de> " Last Change: 2012 Jun 01 " (Dominique Pelle added @Spell) " Filenames: *.mms diff --git a/runtime/syntax/modsim3.vim b/runtime/syntax/modsim3.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Modsim III, by compuware corporation (www.compuware.com) -" Maintainer: Philipp Jocham <flip@sbox.tu-graz.ac.at> (invalid) +" Maintainer: Philipp Jocham <flip@sbox.tu-graz.ac.at> " Extension: *.mod " Last Change: 2001 May 10 " diff --git a/runtime/syntax/modula2/opt/iso.vim b/runtime/syntax/modula2/opt/iso.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Modula-2 (ISO) -" Maintainer: B.Kowarsch <trijezdci@moc.liamg> (invalid) +" Maintainer: B.Kowarsch <trijezdci@moc.liamg> " Last Change: 2016 August 22 " ---------------------------------------------------- diff --git a/runtime/syntax/modula2/opt/pim.vim b/runtime/syntax/modula2/opt/pim.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Modula-2 (PIM) -" Maintainer: B.Kowarsch <trijezdci@moc.liamg> (invalid) +" Maintainer: B.Kowarsch <trijezdci@moc.liamg> " Last Change: 2016 August 22 " ---------------------------------------------------- diff --git a/runtime/syntax/modula2/opt/r10.vim b/runtime/syntax/modula2/opt/r10.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Modula-2 (R10) -" Maintainer: B.Kowarsch <trijezdci@moc.liamg> (invalid) +" Maintainer: B.Kowarsch <trijezdci@moc.liamg> " Last Change: 2020 June 18 (moved repository from bb to github) " ---------------------------------------------------- diff --git a/runtime/syntax/mojo.vim b/runtime/syntax/mojo.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Mojo -" Maintainer: Mahmoud Abduljawad <me@mahmoudajawad.com> (invalid) +" Maintainer: Mahmoud Abduljawad <me@mahmoudajawad.com> " Last Change: 2023 Sep 09 " Credits: Mahmoud Abduljawad <me@mahmoudajawad.com> " Neil Schemenauer <nas@python.ca> diff --git a/runtime/syntax/monk.vim b/runtime/syntax/monk.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Monk (See-Beyond Technologies) -" Maintainer: Mike Litherland <litherm@ccf.org> (invalid) +" Maintainer: Mike Litherland <litherm@ccf.org> " Last Change: 2012 Feb 03 by Thilo Six " This syntax file is good enough for my needs, but others diff --git a/runtime/syntax/moo.vim b/runtime/syntax/moo.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: MOO -" Maintainer: Timo Frenay <timo@frenay.net> (invalid) +" Maintainer: Timo Frenay <timo@frenay.net> " Last Change: 2020 Oct 19 " Note: Requires Vim 6.0 or above diff --git a/runtime/syntax/mrxvtrc.vim b/runtime/syntax/mrxvtrc.vim @@ -1,7 +1,7 @@ " Description : Vim syntax file for mrxvtrc (for mrxvt-0.5.0 and up) " Created : Wed 26 Apr 2006 01:20:53 AM CDT " Modified : Thu 02 Feb 2012 08:37:45 PM EST -" Maintainer : GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com' (invalid) +" Maintainer : GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com' " Quit when a syntax file was already loaded if exists("b:current_syntax") diff --git a/runtime/syntax/msidl.vim b/runtime/syntax/msidl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: MS IDL (Microsoft dialect of Interface Description Language) -" Maintainer: Vadim Zeitlin <vadim@wxwindows.org> (invalid) +" Maintainer: Vadim Zeitlin <vadim@wxwindows.org> " Last Change: 2012 Feb 12 by Thilo Six " quit when a syntax file was already loaded diff --git a/runtime/syntax/mss.vim b/runtime/syntax/mss.vim @@ -3,7 +3,7 @@ " Maintainer: The Vim Project <https://github.com/vim/vim> " Last Change: 2024 Oct 22 " Document: https://docs.amd.com/r/2020.2-English/ug1400-vitis-embedded/Microprocessor-Software-Specification-MSS -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> if exists("b:current_syntax") finish diff --git a/runtime/syntax/mupad.vim b/runtime/syntax/mupad.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: MuPAD source -" Maintainer: Dave Silvia <dsilvia@mchsi.com> (invalid) +" Maintainer: Dave Silvia <dsilvia@mchsi.com> " Filenames: *.mu " Date: 6/30/2004 diff --git a/runtime/syntax/mush.vim b/runtime/syntax/mush.vim @@ -1,5 +1,5 @@ " MUSHcode syntax file -" Maintainer: Rick Bird <nveid@nveid.com> (invalid) +" Maintainer: Rick Bird <nveid@nveid.com> " Based on vim Syntax file by: Bek Oberin <gossamer@tertius.net.au> " Last Updated: Fri Nov 04 20:28:15 2005 " diff --git a/runtime/syntax/muttrc.vim b/runtime/syntax/muttrc.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Mutt setup files " Original: Preben 'Peppe' Guldberg <peppe-vim@wielders.org> -" Maintainer: Luna Celeste <luna@unixpoet.dev> (invalid) +" Maintainer: Luna Celeste <luna@unixpoet.dev> " Last Change: 14 Aug 2023 " 2025 May 19 re-include missing mutt Keywords #17344 diff --git a/runtime/syntax/named.vim b/runtime/syntax/named.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: BIND configuration file -" Maintainer: Nick Hibma <nick@van-laarhoven.org> (invalid) +" Maintainer: Nick Hibma <nick@van-laarhoven.org> " Last Change: 2019 Oct 08 " Filenames: named.conf, rndc.conf " Location: http://www.van-laarhoven.org/vim/syntax/named.vim diff --git a/runtime/syntax/nastran.vim b/runtime/syntax/nastran.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: NASTRAN input/DMAP -" Maintainer: Tom Kowalski <trk@schaefferas.com> (invalid) +" Maintainer: Tom Kowalski <trk@schaefferas.com> " Last change: April 27, 2001 " Thanks to the authors and maintainers of fortran.vim. " Since DMAP shares some traits with fortran, this syntax file diff --git a/runtime/syntax/natural.vim b/runtime/syntax/natural.vim @@ -2,7 +2,7 @@ " " Language: NATURAL " Version: 2.1.0.5 -" Maintainer: Marko von Oppen <marko@von-oppen.com> (invalid) +" Maintainer: Marko von Oppen <marko@von-oppen.com> " Last Changed: 2012-02-05 18:50:43 " Support: http://www.von-oppen.com/ diff --git a/runtime/syntax/ncf.vim b/runtime/syntax/ncf.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Novell "NCF" Batch File -" Maintainer: Jonathan J. Miner <miner@doit.wisc.edu> (invalid) +" Maintainer: Jonathan J. Miner <miner@doit.wisc.edu> " Last Change: Tue, 04 Sep 2001 16:20:33 CDT " $Id: ncf.vim,v 1.1 2004/06/13 16:31:58 vimboss Exp $ diff --git a/runtime/syntax/neomuttlog.vim b/runtime/syntax/neomuttlog.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: NeoMutt log files -" Maintainer: Richard Russon <rich@flatcap.org> (invalid) +" Maintainer: Richard Russon <rich@flatcap.org> " Last Change: 2024 Oct 12 " quit when a syntax file was already loaded diff --git a/runtime/syntax/neomuttrc.vim b/runtime/syntax/neomuttrc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: NeoMutt setup files -" Maintainer: Richard Russon <rich@flatcap.org> (invalid) +" Maintainer: Richard Russon <rich@flatcap.org> " Previous Maintainer: Guillaume Brogi <gui-gui@netcourrier.com> " Last Change: 2024 Oct 12 " Original version based on syntax/muttrc.vim diff --git a/runtime/syntax/ninja.vim b/runtime/syntax/ninja.vim @@ -3,7 +3,7 @@ " http://ninja-build.org/manual.html " Version: 1.5 " Last Change: 2018/04/05 -" Maintainer: Nicolas Weber <nicolasweber@gmx.de> (invalid) +" Maintainer: Nicolas Weber <nicolasweber@gmx.de> " Version 1.5 of this script is in the upstream vim repository and will be " included in the next vim release. If you change this, please send your change " upstream. diff --git a/runtime/syntax/nix.vim b/runtime/syntax/nix.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Nix -" Maintainer: James Fleming <james@electronic-quill.net> (invalid) +" Maintainer: James Fleming <james@electronic-quill.net> " (Github username: equill) " Original Author: Daiderd Jordan <daiderd@gmail.com> " Acknowledgement: Based on vim-nix maintained by Daiderd Jordan <daiderd@gmail.com> diff --git a/runtime/syntax/nqc.vim b/runtime/syntax/nqc.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: NQC - Not Quite C, for LEGO mindstorms " NQC homepage: http://www.enteract.com/~dbaum/nqc/ -" Maintainer: Stefan Scherer <stefan@enotes.de> (invalid) +" Maintainer: Stefan Scherer <stefan@enotes.de> " Last Change: 2001 May 10 " URL: http://www.enotes.de/twiki/pub/Home/LegoMindstorms/nqc.vim " Filenames: .nqc diff --git a/runtime/syntax/nroff.vim b/runtime/syntax/nroff.vim @@ -1,6 +1,6 @@ " VIM syntax file " Language: nroff/groff -" Maintainer: John Marshall <jmarshall@hey.com> (invalid) +" Maintainer: John Marshall <jmarshall@hey.com> " Previous Maintainer: Pedro Alejandro López-Valencia <palopezv@gmail.com> " Previous Maintainer: Jérôme Plût <Jerome.Plut@ens.fr> " Last Change: 2021 Mar 28 diff --git a/runtime/syntax/obj.vim b/runtime/syntax/obj.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: 3D wavefront's obj file -" Maintainer: Vincent Berthoux <twinside@gmail.com> (invalid) +" Maintainer: Vincent Berthoux <twinside@gmail.com> " File Types: .obj (used in 3D) " Last Change: 2010 May 18 " diff --git a/runtime/syntax/objcpp.vim b/runtime/syntax/objcpp.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Objective C++ -" Maintainer: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com> (invalid) +" Maintainer: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com> " Ex-Maintainer: Anthony Hodsdon <ahodsdon@fastmail.fm> " Last Change: 2007 Oct 29 diff --git a/runtime/syntax/occam.vim b/runtime/syntax/occam.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: occam " Copyright: Fred Barnes <frmb2@kent.ac.uk>, Mario Schweigler <ms44@kent.ac.uk> -" Maintainer: Mario Schweigler <ms44@kent.ac.uk> (invalid) +" Maintainer: Mario Schweigler <ms44@kent.ac.uk> " Last Change: 24 May 2003 " quit when a syntax file was already loaded diff --git a/runtime/syntax/opencl.vim b/runtime/syntax/opencl.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: OpenCL " Last Change: 2024 Nov 19 -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> if exists("b:current_syntax") finish diff --git a/runtime/syntax/openscad.vim b/runtime/syntax/openscad.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: OpenSCAD -" Maintainer: Niklas Adam <adam@oddodd.org> (invalid) +" Maintainer: Niklas Adam <adam@oddodd.org> " Last change: 2022-04-15 " " diff --git a/runtime/syntax/openvpn.vim b/runtime/syntax/openvpn.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: OpenVPN -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.ovpn " Last Change: 2022 Oct 16 diff --git a/runtime/syntax/opl.vim b/runtime/syntax/opl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: OPL -" Maintainer: Czo <Olivier.Sirol@lip6.fr> (invalid) +" Maintainer: Czo <Olivier.Sirol@lip6.fr> " Last Change: 2012 Feb 03 by Thilo Six " $Id: opl.vim,v 1.1 2004/06/13 17:34:11 vimboss Exp $ diff --git a/runtime/syntax/ora.vim b/runtime/syntax/ora.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Oracle config files (.ora) (Oracle 8i, ver. 8.1.5) -" Maintainer: Sandor Kopanyi <sandor.kopanyi@mailbox.hu> (invalid) +" Maintainer: Sandor Kopanyi <sandor.kopanyi@mailbox.hu> " Url: <-> " Last Change: 2003 May 11 diff --git a/runtime/syntax/pacmanlog.vim b/runtime/syntax/pacmanlog.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: pacman.log -" Maintainer: Ronan Pigott <ronan@rjp.ie> (invalid) +" Maintainer: Ronan Pigott <ronan@rjp.ie> " Last Change: 2023 Dec 04 " 2025 Apr 16 by Vim Project (set 'cpoptions' for line continuation, #17121) diff --git a/runtime/syntax/pccts.vim b/runtime/syntax/pccts.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: PCCTS -" Maintainer: Scott Bigham <dsb@killerbunnies.org> (invalid) +" Maintainer: Scott Bigham <dsb@killerbunnies.org> " Last Change: 10 Aug 1999 " quit when a syntax file was already loaded diff --git a/runtime/syntax/perl.vim b/runtime/syntax/perl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Perl -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) diff --git a/runtime/syntax/pilrc.vim b/runtime/syntax/pilrc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: pilrc - a resource compiler for Palm OS development -" Maintainer: Brian Schau <brian@schau.com> (invalid) +" Maintainer: Brian Schau <brian@schau.com> " Last change: 2003 May 11 " Available on: http://www.schau.com/pilrcvim/pilrc.vim diff --git a/runtime/syntax/pine.vim b/runtime/syntax/pine.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Pine (email program) run commands -" Maintainer: David Pascoe <pascoedj@spamcop.net> (invalid) +" Maintainer: David Pascoe <pascoedj@spamcop.net> " Last Change: Thu Feb 27 10:18:48 WST 2003, update for pine 4.53 " quit when a syntax file was already loaded diff --git a/runtime/syntax/plp.vim b/runtime/syntax/plp.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: PLP (Perl in HTML) -" Maintainer: Juerd <juerd@juerd.nl> (invalid) +" Maintainer: Juerd <juerd@juerd.nl> " Last Change: 2003 Apr 25 " Cloned From: aspperl.vim diff --git a/runtime/syntax/pod.vim b/runtime/syntax/pod.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Perl POD format -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Previously: Scott Bigham <dsb@killerbunnies.org> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues diff --git a/runtime/syntax/poefilter.vim b/runtime/syntax/poefilter.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: PoE item filter -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.filter " Last Change: 2023 Feb 10 diff --git a/runtime/syntax/pov.vim b/runtime/syntax/pov.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: PoV-Ray(tm) 3.7 Scene Description Language -" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " Last Change: 2011-04-23 " 2025 Apr 21 by Vim Project (deprecate render and statistics #17177) diff --git a/runtime/syntax/povini.vim b/runtime/syntax/povini.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: PoV-Ray(tm) 3.7 configuration/initialization files -" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " Last Change: 2011-04-24 " Required Vim Version: 6.0 diff --git a/runtime/syntax/ppd.vim b/runtime/syntax/ppd.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: PPD (PostScript printer description) file -" Maintainer: Bjoern Jacke <bjacke@suse.de> (invalid) +" Maintainer: Bjoern Jacke <bjacke@suse.de> " Last Change: 2001-10-06 " quit when a syntax file was already loaded diff --git a/runtime/syntax/ppwiz.vim b/runtime/syntax/ppwiz.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: PPWizard (preprocessor by Dennis Bareis) -" Maintainer: Stefan Schwarzer <s.schwarzer@ndh.net> (invalid) +" Maintainer: Stefan Schwarzer <s.schwarzer@ndh.net> " URL: http://www.ndh.net/home/sschwarzer/download/ppwiz.vim " Last Change: 2003 May 11 " Filename: ppwiz.vim diff --git a/runtime/syntax/prescribe.vim b/runtime/syntax/prescribe.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Kyocera PreScribe2e -" Maintainer: Klaus Muth <klaus@hampft.de> (invalid) +" Maintainer: Klaus Muth <klaus@hampft.de> " URL: http://www.hampft.de/vim/syntax/prescribe.vim " Last Change: 2005 Mar 04 diff --git a/runtime/syntax/procmail.vim b/runtime/syntax/procmail.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Procmail definition file -" Maintainer: Melchior FRANZ <mfranz@aon.at> (invalid) +" Maintainer: Melchior FRANZ <mfranz@aon.at> " Last Change: 2003 Aug 14 " Author: Sonia Heimann diff --git a/runtime/syntax/progress.vim b/runtime/syntax/progress.vim @@ -3,7 +3,7 @@ " Filename extensions: *.p (collides with Pascal), " *.i (collides with assembler) " *.w (collides with cweb) -" Maintainer: Daniel Smith <daniel@rdnlsmith.com> (invalid) +" Maintainer: Daniel Smith <daniel@rdnlsmith.com> " Previous Maintainer: Philip Uren <philuSPAXY@ieee.org> Remove SPAXY spam block " Contributors: Matthew Stickney <mtstickneySPAXY@gmail.com> " Chris Ruprecht <chrisSPAXY@ruprecht.org> diff --git a/runtime/syntax/psf.vim b/runtime/syntax/psf.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Software Distributor product specification file " (POSIX 1387.2-1995). -" Maintainer: Rex Barzee <rex_barzee@hp.com> (invalid) +" Maintainer: Rex Barzee <rex_barzee@hp.com> " Last change: 25 Apr 2001 " quit when a syntax file was already loaded diff --git a/runtime/syntax/psl.vim b/runtime/syntax/psl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Property Specification Language (PSL) -" Maintainer: Daniel Kho <daniel.kho@logik.haus> (invalid) +" Maintainer: Daniel Kho <daniel.kho@logik.haus> " Last Changed: 2021 Apr 17 by Daniel Kho " quit when a syntax file was already loaded diff --git a/runtime/syntax/ptcap.vim b/runtime/syntax/ptcap.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: printcap/termcap database -" Maintainer: Haakon Riiser <hakonrk@fys.uio.no> (invalid) +" Maintainer: Haakon Riiser <hakonrk@fys.uio.no> " URL: http://folk.uio.no/hakonrk/vim/syntax/ptcap.vim " Last Change: 2001 May 15 diff --git a/runtime/syntax/purifylog.vim b/runtime/syntax/purifylog.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: purify log files -" Maintainer: Gautam H. Mudunuri <gmudunur@informatica.com> (invalid) +" Maintainer: Gautam H. Mudunuri <gmudunur@informatica.com> " Last Change: 2003 May 11 " quit when a syntax file was already loaded diff --git a/runtime/syntax/pymanifest.vim b/runtime/syntax/pymanifest.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: PyPA manifest -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: MANIFEST.in " Last Change: 2023 Aug 12 diff --git a/runtime/syntax/pyrex.vim b/runtime/syntax/pyrex.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Pyrex -" Maintainer: Marco Barisione <marco.bari@people.it> (invalid) +" Maintainer: Marco Barisione <marco.bari@people.it> " URL: http://marcobari.altervista.org/pyrex_vim.html " Last Change: 2009 Nov 09 diff --git a/runtime/syntax/radiance.vim b/runtime/syntax/radiance.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Radiance Scene Description -" Maintainer: Georg Mischler <schorsch@schorsch.com> (invalid) +" Maintainer: Georg Mischler <schorsch@schorsch.com> " Last change: 26. April. 2001 " Radiance is a lighting simulation software package written diff --git a/runtime/syntax/raku.vim b/runtime/syntax/raku.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Raku -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/Raku/vim-raku " Bugs/requests: https://github.com/Raku/vim-raku/issues " Last Change: 2021-04-16 diff --git a/runtime/syntax/rebol.vim b/runtime/syntax/rebol.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Rebol -" Maintainer: Mike Williams <mrw@eandem.co.uk> (invalid) +" Maintainer: Mike Williams <mrw@eandem.co.uk> " Filenames: *.r " Last Change: 27th June 2002 " URL: http://www.eandem.co.uk/mrw/vim diff --git a/runtime/syntax/redif.vim b/runtime/syntax/redif.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: ReDIF -" Maintainer: Axel Castellane <axel.castellane@polytechnique.edu> (invalid) +" Maintainer: Axel Castellane <axel.castellane@polytechnique.edu> " Last Change: 2021 Jul 28 " Original Author: Axel Castellane " Source: http://openlib.org/acmes/root/docu/redif_1.html diff --git a/runtime/syntax/rexx.vim b/runtime/syntax/rexx.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Rexx -" Maintainer: Thomas Geulig <geulig@nentec.de> (invalid) +" Maintainer: Thomas Geulig <geulig@nentec.de> " Last Change: 2012 Sep 14, added support for new ooRexx 4.0 features " URL: http://www.geulig.de/vim/rexx.vim " Special Thanks to Dan Sharp <dwsharp@hotmail.com> and Rony G. Flatscher diff --git a/runtime/syntax/rib.vim b/runtime/syntax/rib.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Renderman Interface Bytestream -" Maintainer: Andrew Bromage <ajb@spamcop.net> (invalid) +" Maintainer: Andrew Bromage <ajb@spamcop.net> " Last Change: 2003 May 11 " diff --git a/runtime/syntax/rnoweb.vim b/runtime/syntax/rnoweb.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: R noweb Files -" Maintainer: Johannes Ranke <jranke@uni-bremen.de> (invalid) +" Maintainer: Johannes Ranke <jranke@uni-bremen.de> " Last Change: Thu Apr 05, 2018 11:06PM " Version: 0.9.1 " Remarks: - This file is inspired by the proposal of diff --git a/runtime/syntax/rrst.vim b/runtime/syntax/rrst.vim @@ -1,6 +1,6 @@ " reStructured Text with R statements " Language: reST with R code chunks -" Maintainer: Alex Zvoleff, azvoleff@mail.sdsu.edu (invalid) +" Maintainer: Alex Zvoleff, azvoleff@mail.sdsu.edu " Homepage: https://github.com/jalvesaq/R-Vim-runtime " Last Change: Thu Apr 05, 2018 11:06PM " diff --git a/runtime/syntax/rust.vim b/runtime/syntax/rust.vim @@ -1,8 +1,8 @@ " Vim syntax file " Language: Rust -" Maintainer: Patrick Walton <pcwalton@mozilla.com> (invalid) -" Maintainer: Ben Blum <bblum@cs.cmu.edu> (invalid) -" Maintainer: Chris Morgan <me@chrismorgan.info> (invalid) +" Maintainer: Patrick Walton <pcwalton@mozilla.com> +" Maintainer: Ben Blum <bblum@cs.cmu.edu> +" Maintainer: Chris Morgan <me@chrismorgan.info> " Last Change: 2023-09-11 " For bugs, patches and license go to https://github.com/rust-lang/rust.vim diff --git a/runtime/syntax/samba.vim b/runtime/syntax/samba.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: samba configuration files (smb.conf) -" Maintainer: Rafael Garcia-Suarez <rgarciasuarez@free.fr> (invalid) +" Maintainer: Rafael Garcia-Suarez <rgarciasuarez@free.fr> " URL: http://rgarciasuarez.free.fr/vim/syntax/samba.vim " Last change: 2009 Aug 06 " diff --git a/runtime/syntax/scdoc.vim b/runtime/syntax/scdoc.vim @@ -1,5 +1,5 @@ " Syntax file for scdoc files -" Maintainer: Gregory Anders <contact@gpanders.com> (invalid) +" Maintainer: Gregory Anders <contact@gpanders.com> " Last Updated: 2022-05-09 " Upstream: https://github.com/gpanders/vim-scdoc diff --git a/runtime/syntax/sdl.vim b/runtime/syntax/sdl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SDL -" Maintainer: Michael Piefel <entwurf@piefel.de> (invalid) +" Maintainer: Michael Piefel <entwurf@piefel.de> " Last Change: 2 May 2001 " quit when a syntax file was already loaded diff --git a/runtime/syntax/sgml.vim b/runtime/syntax/sgml.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SGML -" Maintainer: Johannes Zellner <johannes@zellner.org> (invalid) +" Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Tue, 27 Apr 2004 15:05:21 CEST " Filenames: *.sgml,*.sgm " $Id: sgml.vim,v 1.1 2004/06/13 17:52:57 vimboss Exp $ diff --git a/runtime/syntax/sgmldecl.vim b/runtime/syntax/sgmldecl.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: SGML (SGML Declaration <!SGML ...>) " Last Change: jueves, 28 de diciembre de 2000, 13:51:44 CLST -" Maintainer: "Daniel A. Molina W." <sickd@linux-chile.org> (invalid) +" Maintainer: "Daniel A. Molina W." <sickd@linux-chile.org> " You can modify and maintain this file, in other case send comments " the maintainer email address. diff --git a/runtime/syntax/sicad.vim b/runtime/syntax/sicad.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SiCAD (procedure language) -" Maintainer: Zsolt Branyiczky <zbranyiczky@lmark.mgx.hu> (invalid) +" Maintainer: Zsolt Branyiczky <zbranyiczky@lmark.mgx.hu> " Last Change: 2003 May 11 " URL: http://lmark.mgx.hu:81/download/vim/sicad.vim diff --git a/runtime/syntax/simula.vim b/runtime/syntax/simula.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Simula -" Maintainer: Haakon Riiser <hakonrk@fys.uio.no> (invalid) +" Maintainer: Haakon Riiser <hakonrk@fys.uio.no> " URL: http://folk.uio.no/hakonrk/vim/syntax/simula.vim " Last Change: 2001 May 15 diff --git a/runtime/syntax/skill.vim b/runtime/syntax/skill.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SKILL -" Maintainer: Toby Schaffer <jtschaff@eos.ncsu.edu> (invalid) +" Maintainer: Toby Schaffer <jtschaff@eos.ncsu.edu> " Comments: SKILL is a Lisp-like programming language for use in EDA " tools from Cadence Design Systems. It allows you to have " a programming environment within the Cadence environment diff --git a/runtime/syntax/sl.vim b/runtime/syntax/sl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Renderman shader language -" Maintainer: Dan Piponi <dan@tanelorn.demon.co.uk> (invalid) +" Maintainer: Dan Piponi <dan@tanelorn.demon.co.uk> " Last Change: 2001 May 09 " quit when a syntax file was already loaded diff --git a/runtime/syntax/slang.vim b/runtime/syntax/slang.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: S-Lang -" Maintainer: Jan Hlavacek <lahvak@math.ohio-state.edu> (invalid) +" Maintainer: Jan Hlavacek <lahvak@math.ohio-state.edu> " Last Change: 980216 " quit when a syntax file was already loaded diff --git a/runtime/syntax/slice.vim b/runtime/syntax/slice.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Slice (ZeroC's Specification Language for Ice) -" Maintainer: Morel Bodin <slice06@nym.hush.com> (invalid) +" Maintainer: Morel Bodin <slice06@nym.hush.com> " Last Change: 2005 Dec 03 " quit when a syntax file was already loaded diff --git a/runtime/syntax/slrnsc.vim b/runtime/syntax/slrnsc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Slrn score file (based on slrn 0.9.8.0) -" Maintainer: Preben 'Peppe' Guldberg <peppe@wielders.org> (invalid) +" Maintainer: Preben 'Peppe' Guldberg <peppe@wielders.org> " Last Change: 8 Oct 2004 " quit when a syntax file was already loaded diff --git a/runtime/syntax/smcl.vim b/runtime/syntax/smcl.vim @@ -1,6 +1,6 @@ " smcl.vim -- Vim syntax file for smcl files. " Language: SMCL -- Stata Markup and Control Language -" Maintainer: Jeff Pitblado <jpitblado@stata.com> (invalid) +" Maintainer: Jeff Pitblado <jpitblado@stata.com> " Last Change: 26apr2006 " Version: 1.1.2 diff --git a/runtime/syntax/smil.vim b/runtime/syntax/smil.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SMIL (Synchronized Multimedia Integration Language) -" Maintainer: Herve Foucher <Herve.Foucher@helio.org> (invalid) +" Maintainer: Herve Foucher <Herve.Foucher@helio.org> " URL: http://www.helio.org/vim/syntax/smil.vim " Last Change: 2012 Feb 03 by Thilo Six diff --git a/runtime/syntax/smith.vim b/runtime/syntax/smith.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SMITH -" Maintainer: Rafal M. Sulejman <rms@poczta.onet.pl> (invalid) +" Maintainer: Rafal M. Sulejman <rms@poczta.onet.pl> " Last Change: 21.07.2000 " quit when a syntax file was already loaded diff --git a/runtime/syntax/snnsnet.vim b/runtime/syntax/snnsnet.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SNNS network file -" Maintainer: Davide Alberani <alberanid@bigfoot.com> (invalid) +" Maintainer: Davide Alberani <alberanid@bigfoot.com> " Last Change: 28 Apr 2001 " Version: 0.2 " URL: http://digilander.iol.it/alberanid/vim/syntax/snnsnet.vim diff --git a/runtime/syntax/snnspat.vim b/runtime/syntax/snnspat.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SNNS pattern file -" Maintainer: Davide Alberani <alberanid@bigfoot.com> (invalid) +" Maintainer: Davide Alberani <alberanid@bigfoot.com> " Last Change: 2012 Feb 03 by Thilo Six " Version: 0.2 " URL: http://digilander.iol.it/alberanid/vim/syntax/snnspat.vim diff --git a/runtime/syntax/snnsres.vim b/runtime/syntax/snnsres.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SNNS result file -" Maintainer: Davide Alberani <alberanid@bigfoot.com> (invalid) +" Maintainer: Davide Alberani <alberanid@bigfoot.com> " Last Change: 28 Apr 2001 " Version: 0.2 " URL: http://digilander.iol.it/alberanid/vim/syntax/snnsres.vim diff --git a/runtime/syntax/snobol4.vim b/runtime/syntax/snobol4.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SNOBOL4 -" Maintainer: Rafal Sulejman <rms@poczta.onet.pl> (invalid) +" Maintainer: Rafal Sulejman <rms@poczta.onet.pl> " Site: http://rms.republika.pl/vim/syntax/snobol4.vim " Last change: : Thu, 25 Jan 2018 14:21:24 +0100 " Changes: diff --git a/runtime/syntax/spajson.vim b/runtime/syntax/spajson.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SPA JSON -" Maintainer: David Mandelberg <david@mandelberg.org> (invalid) +" Maintainer: David Mandelberg <david@mandelberg.org> " Last Change: 2025 Mar 22 " " Based on parser code: diff --git a/runtime/syntax/spec.vim b/runtime/syntax/spec.vim @@ -1,7 +1,7 @@ " Filename: spec.vim " Purpose: Vim syntax file " Language: SPEC: Build/install scripts for Linux RPM packages -" Maintainer: Igor Gnatenko i.gnatenko.brain@gmail.com (invalid) +" Maintainer: Igor Gnatenko i.gnatenko.brain@gmail.com " Former Maintainer: Donovan Rebbechi elflord@panix.com (until March 2014) " Last Change: 2020 May 25 " 2024 Sep 10 by Vim Project: add file triggers support, #15569 diff --git a/runtime/syntax/spice.vim b/runtime/syntax/spice.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Spice circuit simulator input netlist -" Maintainer: Noam Halevy <Noam.Halevy@motorola.com> (invalid) +" Maintainer: Noam Halevy <Noam.Halevy.motorola.com> " Last Change: 2012 Jun 01 " (Dominique Pelle added @Spell) " diff --git a/runtime/syntax/splint.vim b/runtime/syntax/splint.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: splint (C with lclint/splint Annotations) -" Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (invalid) +" Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> " Splint Home: http://www.splint.org/ " Last Change: $Date: 2004/06/13 20:08:47 $ " $Revision: 1.1 $ diff --git a/runtime/syntax/sqlj.vim b/runtime/syntax/sqlj.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: sqlj -" Maintainer: Andreas Fischbach <afisch@altavista.com> (invalid) +" Maintainer: Andreas Fischbach <afisch@altavista.com> " This file is based on sql.vim && java.vim (thanx) " with a handful of additional sql words and still " a subset of whatever standard diff --git a/runtime/syntax/squid.vim b/runtime/syntax/squid.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Squid config file -" Maintainer: Klaus Muth <klaus@hampft.de> (invalid) +" Maintainer: Klaus Muth <klaus@hampft.de> " Last Change: 2005 Jun 12 " URL: http://www.hampft.de/vim/syntax/squid.vim " ThanksTo: Ilya Sher <iso8601@mail.ru>, diff --git a/runtime/syntax/srec.vim b/runtime/syntax/srec.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Motorola S-Record -" Maintainer: Markus Heidelberg <markus.heidelberg@web.de> (invalid) +" Maintainer: Markus Heidelberg <markus.heidelberg@web.de> " Last Change: 2015 Feb 24 " Each record (line) is built as follows: diff --git a/runtime/syntax/srt.vim b/runtime/syntax/srt.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SubRip -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.srt " Last Change: 2022 Sep 12 diff --git a/runtime/syntax/ssa.vim b/runtime/syntax/ssa.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SubStation Alpha -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.ass,*.ssa " Last Change: 2024 Apr 28 diff --git a/runtime/syntax/st.vim b/runtime/syntax/st.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Smalltalk -" Maintainer: Arndt Hesse <hesse@self.de> (invalid) +" Maintainer: Arndt Hesse <hesse@self.de> " Last Change: 2012 Feb 12 by Thilo Six " quit when a syntax file was already loaded diff --git a/runtime/syntax/stata.vim b/runtime/syntax/stata.vim @@ -1,6 +1,6 @@ " stata.vim -- Vim syntax file for Stata do, ado, and class files. " Language: Stata and/or Mata -" Maintainer: Jeff Pitblado <jpitblado@stata.com> (invalid) +" Maintainer: Jeff Pitblado <jpitblado@stata.com> " Last Change: 26apr2006 " Version: 1.1.4 diff --git a/runtime/syntax/strace.vim b/runtime/syntax/strace.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: strace output -" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " Last Change: 2022 Jan 29 " Setup diff --git a/runtime/syntax/svg.vim b/runtime/syntax/svg.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: SVG (Scalable Vector Graphics) -" Maintainer: Vincent Berthoux <twinside@gmail.com> (invalid) +" Maintainer: Vincent Berthoux <twinside@gmail.com> " File Types: .svg (used in Web and vector programs) " " Directly call the xml syntax, because SVG is an XML diff --git a/runtime/syntax/swayconfig.vim b/runtime/syntax/swayconfig.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: sway config file " Original Author: Josef Litos (litoj/i3config.vim) -" Maintainer: James Eapen <james.eapen@vai.org> (invalid) +" Maintainer: James Eapen <james.eapen@vai.org> " Version: 1.2.7 " Last Change: 2025-12-02 diff --git a/runtime/syntax/swift.vim b/runtime/syntax/swift.vim @@ -8,7 +8,7 @@ " " Vim syntax file " Language: swift -" Maintainer: Joe Groff <jgroff@apple.com> (invalid) +" Maintainer: Joe Groff <jgroff@apple.com> " Last Change: 2018 Jan 21 " " Vim maintainer: Emir SARI <bitigchi@me.com> diff --git a/runtime/syntax/taskdata.vim b/runtime/syntax/taskdata.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: task data -" Maintainer: John Florian <jflorian@doubledog.org> (invalid) +" Maintainer: John Florian <jflorian@doubledog.org> " Updated: Wed Jul 8 19:46:20 EDT 2009 diff --git a/runtime/syntax/tasm.vim b/runtime/syntax/tasm.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: TASM: turbo assembler by Borland -" Maintainer: FooLman of United Force <foolman@bigfoot.com> (invalid) +" Maintainer: FooLman of United Force <foolman@bigfoot.com> " Last Change: 2012 Feb 03 by Thilo Six, and 2018 Nov 27. " quit when a syntax file was already loaded diff --git a/runtime/syntax/tcl.vim b/runtime/syntax/tcl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Tcl/Tk -" Maintainer: Taylor Venable <taylor@metasyntax.net> (invalid) +" Maintainer: Taylor Venable <taylor@metasyntax.net> " (previously Brett Cannon <brett@python.org>) " (previously Dean Copsey <copsey@cs.ucdavis.edu>) " (previously Matt Neumann <mattneu@purpleturtle.com>) diff --git a/runtime/syntax/texmf.vim b/runtime/syntax/texmf.vim @@ -1,7 +1,7 @@ " Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: Web2C TeX texmf.cnf configuration file -" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2001-05-13 " URL: http://physics.muni.cz/~yeti/download/syntax/texmf.vim diff --git a/runtime/syntax/tiasm.vim b/runtime/syntax/tiasm.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: TI linear assembly language " Document: https://downloads.ti.com/docs/esd/SPRUI03B/#SPRUI03B_HTML/assembler-description.html -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2025 Jan 08 if exists("b:current_syntax") diff --git a/runtime/syntax/tli.vim b/runtime/syntax/tli.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: TealInfo source files (*.tli) -" Maintainer: Kurt W. Andrews <kandrews@fastrans.net> (invalid) +" Maintainer: Kurt W. Andrews <kandrews@fastrans.net> " Last Change: 2001 May 10 " Version: 1.0 diff --git a/runtime/syntax/trustees.vim b/runtime/syntax/trustees.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: trustees -" Maintainer: Nima Talebi <nima@it.net.au> (invalid) +" Maintainer: Nima Talebi <nima@it.net.au> " Last Change: 2022 Jun 14 " quit when a syntax file was already loaded diff --git a/runtime/syntax/tt2.vim b/runtime/syntax/tt2.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: TT2 (Perl Template Toolkit) -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Author: Moriki, Atsushi <4woods+vim@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues diff --git a/runtime/syntax/tt2html.vim b/runtime/syntax/tt2html.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: TT2 embedded with HTML -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Author: Moriki, Atsushi <4woods+vim@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues diff --git a/runtime/syntax/tt2js.vim b/runtime/syntax/tt2js.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: TT2 embedded with Javascript -" Maintainer: Andy Lester <andy@petdance.com> (invalid) +" Maintainer: Andy Lester <andy@petdance.com> " Author: Yates, Peter <pd.yates@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues diff --git a/runtime/syntax/uc.vim b/runtime/syntax/uc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: UnrealScript -" Maintainer: Mark Ferrell <major@chaoticdreams.org> (invalid) +" Maintainer: Mark Ferrell <major@chaoticdreams.org> " URL: ftp://ftp.chaoticdreams.org/pub/ut/vim/uc.vim " Credits: Based on the java.vim syntax file by Claudio Fleiner " Last change: 2003 May 31 diff --git a/runtime/syntax/upstreamdat.vim b/runtime/syntax/upstreamdat.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Innovation Data Processing upstream.dat file -" Maintainer: Rob Owens <rowens@fdrinnovation.com> (invalid) +" Maintainer: Rob Owens <rowens@fdrinnovation.com> " Latest Revision: 2013-11-27 " Quit when a syntax file was already loaded diff --git a/runtime/syntax/upstreaminstalllog.vim b/runtime/syntax/upstreaminstalllog.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Innovation Data Processing UPSTREAMInstall.log file -" Maintainer: Rob Owens <rowens@fdrinnovation.com> (invalid) +" Maintainer: Rob Owens <rowens@fdrinnovation.com> " Latest Revision: 2013-06-17 " Quit when a syntax file was already loaded diff --git a/runtime/syntax/upstreamlog.vim b/runtime/syntax/upstreamlog.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Innovation Data Processing upstream.log file -" Maintainer: Rob Owens <rowens@fdrinnovation.com> (invalid) +" Maintainer: Rob Owens <rowens@fdrinnovation.com> " Latest Revision: 2013-09-19 " Quit when a syntax file was already loaded diff --git a/runtime/syntax/upstreamrpt.vim b/runtime/syntax/upstreamrpt.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Innovation Data Processing upstream.rpt file -" Maintainer: Rob Owens <rowens@fdrinnovation.com> (invalid) +" Maintainer: Rob Owens <rowens@fdrinnovation.com> " Latest Revision: 2014-03-13 " Quit when a syntax file was already loaded diff --git a/runtime/syntax/urlshortcut.vim b/runtime/syntax/urlshortcut.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: MS Windows URL shortcut file -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " LastChange: 2023-06-04 " Quit when a syntax file was already loaded. diff --git a/runtime/syntax/usserverlog.vim b/runtime/syntax/usserverlog.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Innovation Data Processing usserver.log file -" Maintainer: Rob Owens <rowens@fdrinnovation.com> (invalid) +" Maintainer: Rob Owens <rowens@fdrinnovation.com> " Latest Revision: 2013-09-19 " Quit when a syntax file was already loaded diff --git a/runtime/syntax/usw2kagtlog.vim b/runtime/syntax/usw2kagtlog.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Innovation Data Processing USW2KAgt.log file -" Maintainer: Rob Owens <rowens@fdrinnovation.com> (invalid) +" Maintainer: Rob Owens <rowens@fdrinnovation.com> " Latest Revision: 2014-04-01 " Quit when a syntax file was already loaded diff --git a/runtime/syntax/valgrind.vim b/runtime/syntax/valgrind.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Valgrind Memory Debugger Output -" Maintainer: Roger Luethi <rl@hellgate.ch> (invalid) +" Maintainer: Roger Luethi <rl@hellgate.ch> " Program URL: http://devel-home.kde.org/~sewardj/ " Last Change: 2019 Jul 24 " diff --git a/runtime/syntax/vdf.vim b/runtime/syntax/vdf.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Valve Data Format -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.vdf " Last Change: 2022 Sep 15 diff --git a/runtime/syntax/vhdl.vim b/runtime/syntax/vhdl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: VHDL [VHSIC (Very High Speed Integrated Circuit) Hardware Description Language] -" Maintainer: Daniel Kho <daniel.kho@logik.haus> (invalid) +" Maintainer: Daniel Kho <daniel.kho@logik.haus> " Previous Maintainer: Czo <Olivier.Sirol@lip6.fr> " Credits: Stephan Hegel <stephan.hegel@snc.siemens.com.cn> " Last Changed: 2020 Apr 04 by Daniel Kho diff --git a/runtime/syntax/virata.vim b/runtime/syntax/virata.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Virata AConfig Configuration Script -" Maintainer: Manuel M.H. Stol <mmh.stol@gmx.net> (invalid) +" Maintainer: Manuel M.H. Stol <mmh.stol@gmx.net> " Last Change: 2003 May 11 " Vim URL: http://www.vim.org/lang.html " Virata URL: http://www.globespanvirata.com/ diff --git a/runtime/syntax/vmasm.vim b/runtime/syntax/vmasm.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: (VAX) Macro Assembly -" Maintainer: Tom Uijldert <tom.uijldert [at] cmg.nl> (invalid) +" Maintainer: Tom Uijldert <tom.uijldert [at] cmg.nl> " Last change: 2004 May 16 " " This is incomplete. Feel free to contribute... diff --git a/runtime/syntax/vsejcl.vim b/runtime/syntax/vsejcl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: JCL job control language - DOS/VSE -" Maintainer: Davyd Ondrejko <david.ondrejko@safelite.com> (invalid) +" Maintainer: Davyd Ondrejko <david.ondrejko@safelite.com> " URL: " Last change: 2001 May 10 diff --git a/runtime/syntax/vue.vim b/runtime/syntax/vue.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Vue.js Single File Component -" Maintainer: Ralph Giles <giles@thaumas.net> (invalid) +" Maintainer: Ralph Giles <giles@thaumas.net> " URL: https://vuejs.org/v2/guide/single-file-components.html " Last Change: 2019 Jul 8 diff --git a/runtime/syntax/wdiff.vim b/runtime/syntax/wdiff.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: wDiff (wordwise diff) -" Maintainer: Gerfried Fuchs <alfie@ist.org> (invalid) +" Maintainer: Gerfried Fuchs <alfie@ist.org> " Last Change: 25 Apr 2001 " URL: http://alfie.ist.org/vim/syntax/wdiff.vim " diff --git a/runtime/syntax/web.vim b/runtime/syntax/web.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: WEB -" Maintainer: Andreas Scherer <andreas.scherer@pobox.com> (invalid) +" Maintainer: Andreas Scherer <andreas.scherer@pobox.com> " Last Change: April 30, 2001 " Details of the WEB language can be found in the article by Donald E. Knuth, diff --git a/runtime/syntax/wml.vim b/runtime/syntax/wml.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: WML - Website MetaLanguage -" Maintainer: Gerfried Fuchs <alfie@ist.org> (invalid) +" Maintainer: Gerfried Fuchs <alfie@ist.org> " Filenames: *.wml " Last Change: 07 Feb 2002 " URL: http://alfie.ist.org/software/vim/syntax/wml.vim diff --git a/runtime/syntax/wsml.vim b/runtime/syntax/wsml.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: WSML -" Maintainer: Thomas Haselwanter <thomas.haselwanter@deri.org> (invalid) +" Maintainer: Thomas Haselwanter <thomas.haselwanter@deri.org> " URL: none " Last Change: 2006 Apr 30 diff --git a/runtime/syntax/wvdial.vim b/runtime/syntax/wvdial.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Configuration file for WvDial -" Maintainer: Prahlad Vaidyanathan <slime@vsnl.net> (invalid) +" Maintainer: Prahlad Vaidyanathan <slime@vsnl.net> " Last Update: Mon, 15 Oct 2001 09:39:03 Indian Standard Time " Quit if syntax file is already loaded diff --git a/runtime/syntax/xcompose.vim b/runtime/syntax/xcompose.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: XCompose -" Maintainer: ObserverOfTime <chronobserver@disroot.org> (invalid) +" Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: .XCompose, Compose " Last Change: 2023 Nov 09 diff --git a/runtime/syntax/xdefaults.vim b/runtime/syntax/xdefaults.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: X resources files like ~/.Xdefaults (xrdb) -" Maintainer: Johannes Zellner <johannes@zellner.org> (invalid) +" Maintainer: Johannes Zellner <johannes@zellner.org> " Author and previous maintainer: " Gautam H. Mudunuri <gmudunur@informatica.com> " Last Change: Di, 09 Mai 2006 23:10:23 CEST diff --git a/runtime/syntax/xkb.vim b/runtime/syntax/xkb.vim @@ -1,7 +1,7 @@ " Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: XKB (X Keyboard Extension) components -" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> (invalid) +" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2020 Oct 18 " URL: http://trific.ath.cx/Ftp/vim/syntax/xkb.vim diff --git a/runtime/syntax/xpm.vim b/runtime/syntax/xpm.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: X Pixmap -" Maintainer: Ronald Schild <rs@scutum.de> (invalid) +" Maintainer: Ronald Schild <rs@scutum.de> " Last Change: 2023 May 24 " Version: 5.4n.2 " Jemma Nelson added termguicolors support diff --git a/runtime/syntax/xs.vim b/runtime/syntax/xs.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: XS (Perl extension interface language) " Author: Autogenerated from perl headers, on an original basis of Michael W. Dodge <sarge@pobox.com> -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Previous: Vincent Pit <perl@profvince.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues diff --git a/runtime/syntax/xsd.vim b/runtime/syntax/xsd.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: XSD (XML Schema) -" Maintainer: Johannes Zellner <johannes@zellner.org> (invalid) +" Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Tue, 27 Apr 2004 14:54:59 CEST " Filenames: *.xsd " $Id: xsd.vim,v 1.1 2004/06/13 18:20:48 vimboss Exp $ diff --git a/runtime/syntax/zathurarc.vim b/runtime/syntax/zathurarc.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Zathurarc -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Documentation: https://pwmt.org/projects/zathura/documentation/ " Upstream: https://github.com/Freed-Wu/zathurarc.vim " Latest Revision: 2024-09-16