Adam Monsen | 0aa65b4 | 2024-08-02 19:54:15 +0200 | [diff] [blame] | 1 | " Vim filetype plugin |
2 | " Language: GoAccess configuration | ||||
3 | " Maintainer: Adam Monsen <haircut@gmail.com> | ||||
4 | " Last Change: 2024 Aug 1 | ||||
5 | |||||
6 | if exists('b:did_ftplugin') | ||||
7 | finish | ||||
8 | endif | ||||
9 | |||||
10 | let b:did_ftplugin = 1 | ||||
11 | |||||
12 | setl comments=:# commentstring=#\ %s | ||||
13 | |||||
14 | let b:undo_ftplugin = 'setl com< cms<' |