blob: a77e956ae56512ce603a77e1bcb1694799f5c96c [file] [log] [blame]
ObserverOfTime2f339aa2023-08-13 11:26:20 +03001" Vim filetype plugin
2" Language: PyPA manifest
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" Last Change: 2023 Aug 08
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<'