blob: d645845979da0efb5f37374e3a9e3b280fece63c [file] [log] [blame]
Joe Reynoldsf9f53f52025-04-09 19:27:37 +02001" Vim filetype plugin file
2" Language: Remind - a sophisticated calendar and alarm
3" Maintainer: Joe Reynolds <joereynolds952@gmail.com>
4" Latest Revision: 2025 April 08
5" License: Vim (see :h license)
6
7if exists("b:did_ftplugin")
8 finish
9endif
10let b:did_ftplugin = 1
11
12setlocal comments=:# commentstring=#\ %s
13
14let b:undo_ftplugin = "setl cms< com<"