blob: 4936f42bf992b77daa52af2d23d48cb8c89c952e [file] [log] [blame]
James McCoy2708c0b2024-03-20 14:55:05 -04001" Language: Debian sources.list
2" Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
3" Last Change: 2024 Mar 20
4" License: Vim License
5" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/ftplugin/deb822sources.vim
6
7if exists('b:did_ftplugin')
8 finish
9endif
10let b:did_ftplugin=1
11
12setlocal comments=:#
13setlocal commentstring=#%s
14setlocal formatoptions-=t
15
16let b:undo_ftplugin = 'setlocal comments< commentstring< formatoptions<'