aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/debsources.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 23:57:28 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-28 21:29:56 -0400
commit038ce7a5aff96838b4bc7ccaf6fcfd2644168c2b (patch)
tree6d911bf582aa42cd17b47c2531a4c4346bb7db33 /runtime/syntax/debsources.vim
parentc2635665c5a378dc8ed14b0199202fa86b226ad9 (diff)
downloadrneovim-038ce7a5aff96838b4bc7ccaf6fcfd2644168c2b.tar.gz
rneovim-038ce7a5aff96838b4bc7ccaf6fcfd2644168c2b.tar.bz2
rneovim-038ce7a5aff96838b4bc7ccaf6fcfd2644168c2b.zip
vim-patch:7ceefb35c811
Update runtime files https://github.com/vim/vim/commit/7ceefb35c8110d87ced884275ddbe63d024a014f Omit {ftplugin,syntax}/man.vim changes. Omit E565,E578. They depend on patches v8.2.0614, v2.2.0670.
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 e97d3274ba..b594443119 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: 2020 Feb 02
+" Last Change: 2020 Apr 27
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim
" Standard syntax initialization
@@ -26,7 +26,7 @@ let s:supported = [
\ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
\ 'sid', 'rc-buggy',
\
- \ 'trusty', 'xenial', 'bionic', 'eoan', 'focal', 'devel'
+ \ 'trusty', 'xenial', 'bionic', 'eoan', 'focal', 'groovy', 'devel'
\ ]
let s:unsupported = [
\ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',