blob: 2c5ea3599f02e7ca0fee6ceef0162c705f58dcc8 [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>
James McCoy0076ddc2024-05-25 14:56:49 -04003" Last Change: 2024 May 25
James McCoy7b7cda62023-10-26 17:14:30 -04004" 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=:#
James McCoy0076ddc2024-05-25 14:56:49 -040013setlocal commentstring=#\ %s
James McCoy7b7cda62023-10-26 17:14:30 -040014setlocal formatoptions-=t
15
16let b:undo_ftplugin = 'setlocal comments< commentstring< formatoptions<'