Joe Reynolds | f9f53f5 | 2025-04-09 19:27:37 +0200 | [diff] [blame] | 1 | " 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 | |||||
7 | if exists("b:did_ftplugin") | ||||
8 | finish | ||||
9 | endif | ||||
10 | let b:did_ftplugin = 1 | ||||
11 | |||||
12 | setlocal comments=:# commentstring=#\ %s | ||||
13 | |||||
14 | let b:undo_ftplugin = "setl cms< com<" |