comparison runtime/syntax/debsources.vim @ 16610:1eaf34420bb3

Update runtime files commit https://github.com/vim/vim/commit/a6c27c47ddf081859659d7de1caec675147e466b Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 19:16:22 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 19:30:06 +0200
parents 2b30a2b4bde2
children 8ac85adee561
comparison
equal deleted inserted replaced
16609:175385d2d3d9 16610:1eaf34420bb3
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Debian sources.list 2 " Language: Debian sources.list
3 " Maintainer: Debian Vim Maintainers 3 " Maintainer: Debian Vim Maintainers
4 " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl> 4 " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl>
5 " Last Change: 2018 Oct 30 5 " Last Change: 2019 Apr 21
6 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim 6 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim
7 7
8 " Standard syntax initialization 8 " Standard syntax initialization
9 if exists('b:current_syntax') 9 if exists('b:current_syntax')
10 finish 10 finish
21 21
22 let s:cpo = &cpo 22 let s:cpo = &cpo
23 set cpo-=C 23 set cpo-=C
24 let s:supported = [ 24 let s:supported = [
25 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 25 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental',
26 \ 'wheezy', 'jessie', 'stretch', 'sid', 'rc-buggy', 26 \ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
27 \ 'sid', 'rc-buggy',
27 \ 28 \
28 \ 'trusty', 'xenial', 'bionic', 'cosmic', 'disco', 'devel' 29 \ 'trusty', 'xenial', 'bionic', 'cosmic', 'disco', 'eoan', 'devel'
29 \ ] 30 \ ]
30 let s:unsupported = [ 31 let s:unsupported = [
31 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 32 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
32 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 33 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze',
33 \ 34 \