comparison runtime/syntax/debchangelog.vim @ 23047:29c5f168c6fd

Update runtime files Commit: https://github.com/vim/vim/commit/23515b4ef7580af8b9d3b964a558ab2007cacda5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 29 14:36:24 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Nov 2020 14:45:04 +0100
parents 8dad79c661d1
children 29ec2c198c8d
comparison
equal deleted inserted replaced
23046:9a30b28b8154 23047:29c5f168c6fd
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Debian changelog files 2 " Language: Debian changelog files
3 " Maintainer: Debian Vim Maintainers 3 " Maintainer: Debian Vim Maintainers
4 " Former Maintainers: Gerfried Fuchs <alfie@ist.org> 4 " Former Maintainers: Gerfried Fuchs <alfie@ist.org>
5 " Wichert Akkerman <wakkerma@debian.org> 5 " Wichert Akkerman <wakkerma@debian.org>
6 " Last Change: 2020 Oct 28 6 " Last Change: 2020 Nov 28
7 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debchangelog.vim 7 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debchangelog.vim
8 8
9 " Standard syntax initialization 9 " Standard syntax initialization
10 if exists('b:current_syntax') 10 if exists('b:current_syntax')
11 finish 11 finish
20 let s:cpo = &cpo 20 let s:cpo = &cpo
21 set cpo-=C 21 set cpo-=C
22 let s:supported = [ 22 let s:supported = [
23 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 23 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental',
24 \ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', 24 \ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
25 \ 'sid', 'rc-buggy', 25 \ 'trixie', 'sid', 'rc-buggy',
26 \ 26 \
27 \ 'trusty', 'xenial', 'bionic', 'focal', 'groovy', 'hippo', 'devel' 27 \ 'trusty', 'xenial', 'bionic', 'focal', 'groovy', 'hirsute', 'devel'
28 \ ] 28 \ ]
29 let s:unsupported = [ 29 let s:unsupported = [
30 \ 'frozen', 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 30 \ 'frozen', 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
31 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', 31 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy',
32 \ 32 \