blob: 56c0f25b396bff102fc0bffcc00c4190e91357a1 [file] [log] [blame]
Bram Moolenaar6ebe4f92022-10-28 20:47:54 +01001" Vim filetype plugin
2" Language: OpenVPN
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" Last Change: 2022 Oct 16
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal iskeyword+=-,.,/
12setlocal comments=:#,:; commentstring=#%s
13
14let b:undo_ftplugin = 'setl isk< com< cms<'