comparison runtime/ftplugin/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 8ae680be2a51
children 95da9260ac66
comparison
equal deleted inserted replaced
34374:ff92d46151ab 34375:02bd0fe77c68
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: R 2 " Language: R
3 " Maintainer: Jakson Alves de Aquino <jalvesaq@gmail.com> 3 " Maintainer: This runtime file is looking for a new maintainer.
4 " Homepage: https://github.com/jalvesaq/R-Vim-runtime 4 " Former Maintainer: Jakson Alves de Aquino <jalvesaq@gmail.com>
5 " Last Change: Sun Apr 24, 2022 09:14AM 5 " Former Repository: https://github.com/jalvesaq/R-Vim-runtime
6 " Last Change: 2022 Apr 24 09:14AM
6 " 2024 Jan 14 by Vim Project (browsefilter) 7 " 2024 Jan 14 by Vim Project (browsefilter)
8 " 2024 Feb 19 by Vim Project (announce adoption)
7 9
8 " Only do this when not yet done for this buffer 10 " Only do this when not yet done for this buffer
9 if exists("b:did_ftplugin") 11 if exists("b:did_ftplugin")
10 finish 12 finish
11 endif 13 endif