comparison runtime/syntax/debsources.vim @ 10617:9a75c8a1b8b1

Update runtime files. commit https://github.com/vim/vim/commit/369b6f57c426b4bf39b4a0cac8d21ed1b5f7de4d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 17 12:22:32 2017 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 17 Jan 2017 12:30:05 +0100
parents 876fbdd84e52
children 63b0b7b79b25
comparison
equal deleted inserted replaced
10616:db8a2a027ef7 10617:9a75c8a1b8b1
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Debian sources.list 2 " Language: Debian sources.list
3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> 3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
4 " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl> 4 " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl>
5 " Last Change: 2016 Sep 27 5 " Last Change: 2016 Nov 12
6 " URL: https://anonscm.debian.org/cgit/pkg-vim/vim.git/plain/runtime/syntax/debsources.vim 6 " URL: https://anonscm.debian.org/cgit/pkg-vim/vim.git/plain/runtime/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
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 \ 'squeeze', 'wheezy', 'jessie', 'stretch', 'sid', 'rc-buggy', 26 \ 'squeeze', 'wheezy', 'jessie', 'stretch', 'sid', 'rc-buggy',
27 \ 27 \
28 \ 'precise', 'trusty', 'xenial', 'yakkety', 'devel' 28 \ 'precise', 'trusty', 'xenial', 'yakkety', 'zesty', 'devel'
29 \ ] 29 \ ]
30 let s:unsupported = [ 30 let s:unsupported = [
31 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 31 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
32 \ 'woody', 'sarge', 'etch', 'lenny', 32 \ 'woody', 'sarge', 'etch', 'lenny',
33 \ 33 \