aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/debsources.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-05-13 15:20:58 +0200
committerGitHub <noreply@github.com>2022-05-13 15:20:58 +0200
commiteb4b337d9eb8bf15cf0b832f46ea9cff14d6adce (patch)
treeafacbb31b05f04870f0b60a4a223a7f904d903b0 /runtime/syntax/debsources.vim
parentc196119acbd5de0e9e5fae91db62fc9dfc675f8d (diff)
downloadrneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.tar.gz
rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.tar.bz2
rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.zip
vim-patch:partial:3f32a5f1601a (#18555)
Update runtime files and translations https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 skip eval.txt (requires 8.2.4883)
Diffstat (limited to 'runtime/syntax/debsources.vim')
-rw-r--r--runtime/syntax/debsources.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim
index d79ce4b573..e3ec6e6598 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: 2022 Mar 28
+" Last Change: 2022 May 01
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim
" Standard syntax initialization
@@ -26,7 +26,7 @@ let s:supported = [
\ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
\ 'trixie', 'sid', 'rc-buggy',
\
- \ 'trusty', 'xenial', 'bionic', 'focal', 'impish', 'jammy',
+ \ 'trusty', 'xenial', 'bionic', 'focal', 'impish', 'jammy', 'kinetic',
\ 'devel'
\ ]
let s:unsupported = [