diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 15:18:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-01 15:18:34 +0200 |
| commit | a2c2fa68c1077be0a6f026f7cb1aeedeee47e39b (patch) | |
| tree | 0d394eace71c9339cc5de16c419fcc39bb0adcad /runtime/syntax/debsources.vim | |
| parent | 5d73a6e5dfbd1a7ce27888e7a7ac1c402da9dfc8 (diff) | |
| parent | fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6 (diff) | |
| download | rneovim-a2c2fa68c1077be0a6f026f7cb1aeedeee47e39b.tar.gz rneovim-a2c2fa68c1077be0a6f026f7cb1aeedeee47e39b.tar.bz2 rneovim-a2c2fa68c1077be0a6f026f7cb1aeedeee47e39b.zip | |
Merge #6625 from justinmk/vim-runtime
Diffstat (limited to 'runtime/syntax/debsources.vim')
| -rw-r--r-- | runtime/syntax/debsources.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim index 2777944971..390c43035e 100644 --- a/runtime/syntax/debsources.vim +++ b/runtime/syntax/debsources.vim @@ -2,7 +2,7 @@ " Language: Debian sources.list " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl> -" Last Change: 2016 Sep 27 +" Last Change: 2016 Nov 12 " URL: https://anonscm.debian.org/cgit/pkg-vim/vim.git/plain/runtime/syntax/debsources.vim " Standard syntax initialization @@ -25,7 +25,7 @@ let s:supported = [ \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', \ 'squeeze', 'wheezy', 'jessie', 'stretch', 'sid', 'rc-buggy', \ - \ 'precise', 'trusty', 'xenial', 'yakkety', 'devel' + \ 'precise', 'trusty', 'xenial', 'yakkety', 'zesty', 'devel' \ ] let s:unsupported = [ \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', |