diff --git a/doc/version8.jax b/doc/version8.jax index 2f92ba8bd..90abb0897 100644 --- a/doc/version8.jax +++ b/doc/version8.jax @@ -1,4 +1,4 @@ -*version8.txt* For Vim バージョン 9.1. Last change: 2022 Feb 26 +*version8.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21 VIMリファレンスマニュアル by Bram Moolenaar @@ -14559,7 +14559,7 @@ Files: src/testdir/runtest.vim 内部的変更: C99 のいくつかの機能 ("//" ダブルスラッシュのコメント、enum で最後 の要素の後にコンマを付けるなど) が許可されるようになった。 -詳細は |style-compiler| を参照。 +詳細は |assumptions-C-compiler| を参照。 パッチ 8.0.0029 では古い MS-Windows システムのサポートが削除された。 MS-Windows XP 以降のみがサポートされる。 diff --git a/en/version8.txt b/en/version8.txt index 1d36c78b1..cfb6f1e3d 100644 --- a/en/version8.txt +++ b/en/version8.txt @@ -1,4 +1,4 @@ -*version8.txt* For Vim version 9.1. Last change: 2022 Feb 26 +*version8.txt* For Vim version 9.1. Last change: 2025 Jul 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -14558,7 +14558,7 @@ Changed *changed-8.1* ------- Internal: A few C99 features are now allowed such as // comments and a -comma after the last enum entry. See |style-compiler|. +comma after the last enum entry. See |assumptions-C-compiler|. Since patch 8.0.0029 removed support for older MS-Windows systems, only MS-Windows XP and later are supported.