blob: 3b9d59a9797ab0eef5031b092b147463fcd0cbb8 [file] [log] [blame]
James McCoy244198f2025-07-06 18:01:18 +02001" Vim filetype plugin file
2" Language: Debian autopkgtest control files
3" Maintainer: Debian Vim Maintainers
4" Last Change: 2025 Jul 05
5" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/ftplugin/autopkgtest.vim
6
7" Do these settings once per buffer
8if exists('b:did_ftplugin')
9 finish
10endif
11let b:did_ftplugin=1
12
13setlocal comments=:#
14setlocal commentstring=#\ %s
15
16" Clean unloading
17let b:undo_ftplugin = 'setlocal comments< commentstring<'