diff runtime/syntax/r.vim @ 34375:02bd0fe77c68

runtime(misc): announce adoption of various runtime files Commit: https://github.com/vim/vim/commit/f9ca139e3aa12dd03177ebba5eedcee4f0836f27 Author: Christian Brabandt <cb@256bit.org> Date: Mon Feb 19 20:37:11 2024 +0100 runtime(misc): announce adoption of various runtime files Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 19 Feb 2024 21:00:10 +0100
parents 34f6f3678cae
children
line wrap: on
line diff
--- a/runtime/syntax/r.vim
+++ b/runtime/syntax/r.vim
@@ -1,12 +1,14 @@
 " Vim syntax file
 " Language:	      R (GNU S)
-" Maintainer:	      Jakson Aquino <jalvesaq@gmail.com>
-" Former Maintainers: Vaidotas Zemlys <zemlys@gmail.com>
-" 		      Tom Payne <tom@tompayne.org>
+" Maintainer:	      This runtime file is looking for a new maintainer.
+" Former Maintainers: Jakson Aquino <jalvesaq@gmail.com>
+"                     Vaidotas Zemlys <zemlys@gmail.com>
+"                     Tom Payne <tom@tompayne.org>
 " Contributor:        Johannes Ranke <jranke@uni-bremen.de>
-" Homepage:           https://github.com/jalvesaq/R-Vim-runtime
-" Last Change:	      Sun Dec 24, 2023  08:05AM
-" Filenames:	      *.R *.r *.Rhistory *.Rt
+" Former Repository:  https://github.com/jalvesaq/R-Vim-runtime
+" Filenames:          *.R *.r *.Rhistory *.Rt
+" Last Change:        2023 Dec 24  08:05AM
+"   2024 Feb 19 by Vim Project (announce adoption)
 "
 " NOTE: The highlighting of R functions might be defined in
 " runtime files created by a filetype plugin, if installed.