]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(remind): include remind.vim ftplugin
authorJoe Reynolds <joereynolds952@gmail.com>
Wed, 9 Apr 2025 17:27:37 +0000 (19:27 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 9 Apr 2025 17:27:37 +0000 (19:27 +0200)
closes: #17085

Signed-off-by: Joe Reynolds <joereynolds952@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/ftplugin/remind.vim [new file with mode: 0644]

index 68d9a62cfe2d2836ddcf6c46b03997214ac9eb16..01adaa935e8578ac83fc9f3bfd60ab0da7640d88 100644 (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
diff --git a/runtime/ftplugin/remind.vim b/runtime/ftplugin/remind.vim
new file mode 100644 (file)
index 0000000..d645845
--- /dev/null
@@ -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<"