aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/debsources.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2021-10-23 22:29:17 +0200
committerGitHub <noreply@github.com>2021-10-23 22:29:17 +0200
commit9f392c071aab2e80bc0264f0665d048786cd2e1c (patch)
treeaad23b8e8b5f92310b6afcd7e0b3aa3e23c7844b /runtime/syntax/debsources.vim
parent966e605db96a9654af6b93bfccee4fbd23ed71a5 (diff)
downloadrneovim-9f392c071aab2e80bc0264f0665d048786cd2e1c.tar.gz
rneovim-9f392c071aab2e80bc0264f0665d048786cd2e1c.tar.bz2
rneovim-9f392c071aab2e80bc0264f0665d048786cd2e1c.zip
vim-patch:partial 079ba76ae7a7 (#16126)
Update runtime files https://github.com/vim/vim/commit/079ba76ae7a7d0ef404cb9b41dff2663ff41f51b skip optwin.vim (needs 8.2.3520) skip doc/options.txt (needs 8.2.1535) skip doc/insert.txt (needs 8.2.3528)
Diffstat (limited to 'runtime/syntax/debsources.vim')
-rw-r--r--runtime/syntax/debsources.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim
index 8aa96fcb58..4b4c497f18 100644
--- a/runtime/syntax/debsources.vim
+++ b/runtime/syntax/debsources.vim
@@ -2,7 +2,7 @@
" Language: Debian sources.list
" Maintainer: Debian Vim Maintainers
" Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl>
-" Last Change: 2021 Aug 03
+" Last Change: 2021 Oct 19
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim
" Standard syntax initialization
@@ -26,7 +26,8 @@ let s:supported = [
\ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
\ 'trixie', 'sid', 'rc-buggy',
\
- \ 'trusty', 'xenial', 'bionic', 'focal', 'hirsute', 'impish', 'devel'
+ \ 'trusty', 'xenial', 'bionic', 'focal', 'hirsute', 'impish', 'jammy',
+ \ 'devel'
\ ]
let s:unsupported = [
\ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',