summaryrefslogtreecommitdiffstats
path: root/debian/patches/ubuntu-oracular.patch
blob: 3bef56b58bf13b8938bca214991102b63fba07c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: runtime(debversions): Add oracular (24.10) as Ubuntu release name
Author: Simon Quigley <tsimonq2@ubuntu.com>
Origin: vendor
Forwarded: https://github.com/vim/vim/pull/14645
Last-Update: 2024-04-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/runtime/syntax/shared/debversions.vim
+++ b/runtime/syntax/shared/debversions.vim
@@ -11,7 +11,7 @@ let g:debSharedSupportedVersions = [
       \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
       \ 'bullseye', 'bookworm', 'trixie', 'forky',
       \
-      \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'mantic', 'noble',
+      \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'mantic', 'noble', 'oracular',
       \ 'devel'
       \ ]
 let g:debSharedUnsupportedVersions = [