runtime(remind): include remind.vim ftplugin Commit: https://github.com/vim/vim/commit/f9f53f5a8f4c7b3da548914a4552a0c0c572364a Author: Joe Reynolds <joereynolds...@gmail.com> Date: Wed Apr 9 19:27:37 2025 +0200
runtime(remind): include remind.vim ftplugin closes: https://github.com/vim/vim/issues/17085 Signed-off-by: Joe Reynolds <joereynolds...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS index 68d9a62cf..01adaa935 100644 --- a/.github/MAINTAINERS +++ b/.github/MAINTAINERS @@ -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 diff --git a/runtime/ftplugin/remind.vim b/runtime/ftplugin/remind.vim new file mode 100644 index 000000000..d64584597 --- /dev/null +++ b/runtime/ftplugin/remind.vim @@ -0,0 +1,14 @@ +" Vim filetype plugin file +" Language: Remind - a sophisticated calendar and alarm +" Maintainer: Joe Reynolds <joereynolds...@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<" -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1u2ZFY-00AThP-OQ%40256bit.org.