Bram Moolenaar | 2ecbe53 | 2022-07-29 21:36:21 +0100 | [diff] [blame] | 1 | " Vim filetype plugin file |
2 | " Language: XDG desktop entry | ||||
3 | " Maintainer: Eisuke Kawashima ( e.kawaschima+vim AT gmail.com ) | ||||
4 | " Last Change: 2022-07-26 | ||||
5 | |||||
6 | if exists('b:did_ftplugin') | ||||
7 | finish | ||||
8 | endif | ||||
9 | let b:did_ftplugin = v:true | ||||
10 | |||||
11 | setl comments=:# | ||||
12 | setl commentstring=#%s | ||||
13 | let b:undo_ftplugin = 'setl com< cms<' |