blob: cbb4fafd2245b067fc31b9c1ced654759f27105e [file] [log] [blame]
James McCoy7b7cda62023-10-26 17:14:30 -04001" Language: Debian sources.list
2" Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
3" Last Change: 2023 Aug 30
4" License: Vim License
5" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/ftplugin/debsources.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<'