0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime(remind): include remind.vim ftplugin

closes: #17085

Signed-off-by: Joe Reynolds <joereynolds952@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Joe Reynolds 2025-04-09 19:27:37 +02:00 committed by Christian Brabandt
parent 520a2c7852
commit f9f53f5a8f
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 15 additions and 0 deletions

1
.github/MAINTAINERS vendored
View File

@ -270,6 +270,7 @@ runtime/ftplugin/qml.vim @ChaseKnowlden
runtime/ftplugin/racket.vim @benknoble
runtime/ftplugin/rasi.vim @fymyte
runtime/ftplugin/readline.vim @dkearns
runtime/ftplugin/remind.vim @joereynolds
runtime/ftplugin/rescript.vim @ribru17
runtime/ftplugin/routeros.vim @zainin
runtime/ftplugin/rst.vim @marshallward

View File

@ -0,0 +1,14 @@
" Vim filetype plugin file
" Language: Remind - a sophisticated calendar and alarm
" Maintainer: Joe Reynolds <joereynolds952@gmail.com>
" Latest Revision: 2025 April 08
" License: Vim (see :h license)
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal comments=:# commentstring=#\ %s
let b:undo_ftplugin = "setl cms< com<"