blob: 7345c27a2e22b17e66a232458a4f91615490d544 [file] [log] [blame]
ObserverOfTime4f9074b2023-11-11 09:12:27 +01001" Vim filetype plugin file
2" Language: XCompose
3" Maintainer: ObserverOfTime <chronobserver@disroot.org
4" Last Change: 2023 Nov 09
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl comments=:# commentstring=#\ %s
12
13let b:undo_ftplugin = 'setl com< cms<'