Author: Daniel Baumann Description: Updating debchangelog syntax for Progress Linux 1 to 9. diff -Naurp vim.orig/runtime/syntax/debchangelog.vim vim/runtime/syntax/debchangelog.vim --- vim.orig/runtime/syntax/debchangelog.vim +++ vim/runtime/syntax/debchangelog.vim @@ -23,6 +23,8 @@ let s:supported = [ \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy', \ 'buster', 'bullseye', 'bookworm', 'trixie', 'forky', \ + \ 'engywuck', 'fuchur', 'graograman', 'horok', 'illuan', + \ \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'kinetic', 'lunar', \ 'devel' \ ] @@ -31,6 +33,8 @@ let s:unsupported = [ \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', \ 'jessie', 'stretch', \ + \ 'artax', 'baureo', 'cairon', 'dschinn', + \ \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty', \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy',