diff --git a/debian/changelog b/debian/changelog index 8f61f13b6bf4e817bdd861198de32d37c753a014..a4073b2abed21d8571fa6cdc5dd158b3281a91b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vim (2:8.1.2269-ok8) yangtze; urgency=medium + + * close: #I86JQQ 添加openKylin关键字支持 + + -- handsome_feng Mon, 09 Oct 2023 16:52:26 +0800 + vim (2:8.1.2269-ok7) yangtze; urgency=medium * CVE-2022-0359 Illegal memory access with large 'tabstop' in Ex mode. diff --git a/runtime/syntax/debchangelog.vim b/runtime/syntax/debchangelog.vim index eb82613fefa5c120ac8fe77faf10b30bbf07f63e..e5852989278374d1da5263a9446d854ad8223b50 100644 --- a/runtime/syntax/debchangelog.vim +++ b/runtime/syntax/debchangelog.vim @@ -24,7 +24,9 @@ let s:supported = [ \ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', \ 'sid', 'rc-buggy', \ - \ 'trusty', 'xenial', 'bionic', 'disco', 'eoan', 'focal', 'devel' + \ 'trusty', 'xenial', 'bionic', 'disco', 'eoan', 'focal', 'devel', + \ + \ 'yangtze', 'nile' \ ] let s:unsupported = [ \ 'frozen', 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim index 349b2ac547aaf7522c2417c93559c8bdd2852a08..673fea258b7e2372163c307f5aa2bac7c3b79b48 100644 --- a/runtime/syntax/debsources.vim +++ b/runtime/syntax/debsources.vim @@ -26,7 +26,9 @@ let s:supported = [ \ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', \ 'sid', 'rc-buggy', \ - \ 'trusty', 'xenial', 'bionic', 'disco', 'eoan', 'focal', 'devel' + \ 'trusty', 'xenial', 'bionic', 'disco', 'eoan', 'focal', 'devel', + \ + \ 'yangtze', 'nile' \ ] let s:unsupported = [ \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',