deb822sources.vim (475B)
1 " Language: Debian sources.list 2 " Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org> 3 " Last Change: 2024 May 25 4 " License: Vim License 5 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/ftplugin/deb822sources.vim 6 7 if exists('b:did_ftplugin') 8 finish 9 endif 10 let b:did_ftplugin=1 11 12 setlocal comments=:# 13 setlocal commentstring=#\ %s 14 setlocal formatoptions-=t 15 16 let b:undo_ftplugin = 'setlocal comments< commentstring< formatoptions<'