summaryrefslogtreecommitdiff
path: root/uvim/runtime/ftplugin/remind.mnv
blob: 9456b020c9f2f8905298dae2e35065a73b771b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV filetype plugin file
" Language:             Remind - a sophisticated calendar and alarm
" Maintainer:           Joe Reynolds <joereynolds952@gmail.com>
" Latest Revision:      2025 April 08
" License:              MNV (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<"