From 05365f5dc4d7fd93739df1489dd2c5c0701642ec Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Tue, 9 Jan 2024 12:06:01 +0900 Subject: [PATCH 1/3] WIP: Add Vim 9.1 release announcement --- .../2024-01-09-Vim-9.1-has-been-released.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 _posts/blog/2024-01-09-Vim-9.1-has-been-released.md diff --git a/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md b/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md new file mode 100644 index 00000000..ab9fb84b --- /dev/null +++ b/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md @@ -0,0 +1,42 @@ +--- +layout: blog +category: blog +title: Vim 9.1 has been released +--- + +Vim 9.1 がリリースされました。 + +以下勝手訳。 + + +---------------------------------------------------------------------- + +[Vim 9.1 has been released](https://groups.google.com/g/vim_announce/c/l8rDdV6lTXs/m/qE6wJPCdBAAJ) + +Dear Vim users, + +The Vim project is happy to announce that Vim 9.1 has finally been +released. This release is dedicated to Bram Moolenaar, Vim's lead +developer for more than 30 years, who suddenly passed away in August +2023. +VimプロジェクトはVim 9.1のリリースをアナウンスできることをうれしく思います。このリリースは、Vimの開発を30年以上に渡って率いてきて、2023年8月に急逝したBram Moolenaarに捧げられます。 + +The most notable changes are support for Vim9 classes and objects, +smooth scrolling support and virtual text support. And as usual, runtime +files have been updated, many bugs have been fixed and potential +security relevant fixes have been included. You can find the full +announcement https://www.vim.org/vim-9.1-released.php +最も大きな変更はVim9クラスとオブジェクトのサポート、スムーズスクロールのサポート、そして仮想テキストのサポートです。いつもと同様に、ランタイムファイルも更新されて、多くのバグが修正され、潜在的なセキュリティー関連の修正も含まれています。完全な告知はここから参照できます。 + +I would like to thank everybody who contributed to the project through +patches, translations, bug reporters and everybody else who helped +making this release! We are very grateful for any support. +私は、パッチ、翻訳、バグ報告を通してこのプロジェクトに貢献してくれたすべての人々及びこのリリースの作成に協力してくれたすべての人々に感謝します! 私たちはあらゆるサポートにとても感謝しています。 + +If you like Vim, you are encouraged to make a donation for needy +children in Uganda. Please visit the ICCF web site for more information: +https://iccf-holland.org +あなたがVimを好きならば、ウガンダの支援を必要とする子供たちに寄付をすることを奨励します。更なる情報はICCFのWebサイトを訪れてください: https://iccf-holland.org + +Thanks and Happy New Year 2024!
+Christian From b808c9b9b7ccca3bc325f8e17904b2cae6238148 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Tue, 9 Jan 2024 12:07:34 +0900 Subject: [PATCH 2/3] Remove English text --- .../blog/2024-01-09-Vim-9.1-has-been-released.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md b/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md index ab9fb84b..0d975207 100644 --- a/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md +++ b/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md @@ -15,27 +15,12 @@ Vim 9.1 がリリースされました。 Dear Vim users, -The Vim project is happy to announce that Vim 9.1 has finally been -released. This release is dedicated to Bram Moolenaar, Vim's lead -developer for more than 30 years, who suddenly passed away in August -2023. VimプロジェクトはVim 9.1のリリースをアナウンスできることをうれしく思います。このリリースは、Vimの開発を30年以上に渡って率いてきて、2023年8月に急逝したBram Moolenaarに捧げられます。 -The most notable changes are support for Vim9 classes and objects, -smooth scrolling support and virtual text support. And as usual, runtime -files have been updated, many bugs have been fixed and potential -security relevant fixes have been included. You can find the full -announcement https://www.vim.org/vim-9.1-released.php 最も大きな変更はVim9クラスとオブジェクトのサポート、スムーズスクロールのサポート、そして仮想テキストのサポートです。いつもと同様に、ランタイムファイルも更新されて、多くのバグが修正され、潜在的なセキュリティー関連の修正も含まれています。完全な告知はここから参照できます。 -I would like to thank everybody who contributed to the project through -patches, translations, bug reporters and everybody else who helped -making this release! We are very grateful for any support. 私は、パッチ、翻訳、バグ報告を通してこのプロジェクトに貢献してくれたすべての人々及びこのリリースの作成に協力してくれたすべての人々に感謝します! 私たちはあらゆるサポートにとても感謝しています。 -If you like Vim, you are encouraged to make a donation for needy -children in Uganda. Please visit the ICCF web site for more information: -https://iccf-holland.org あなたがVimを好きならば、ウガンダの支援を必要とする子供たちに寄付をすることを奨励します。更なる情報はICCFのWebサイトを訪れてください: https://iccf-holland.org Thanks and Happy New Year 2024!
From 268a9eed115ed7fa5b47f0261972076f4546cb35 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Tue, 9 Jan 2024 12:08:59 +0900 Subject: [PATCH 3/3] Tweak translation --- _posts/blog/2024-01-09-Vim-9.1-has-been-released.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md b/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md index 0d975207..02be3af9 100644 --- a/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md +++ b/_posts/blog/2024-01-09-Vim-9.1-has-been-released.md @@ -19,9 +19,9 @@ VimプロジェクトはVim 9.1のリリースをアナウンスできること 最も大きな変更はVim9クラスとオブジェクトのサポート、スムーズスクロールのサポート、そして仮想テキストのサポートです。いつもと同様に、ランタイムファイルも更新されて、多くのバグが修正され、潜在的なセキュリティー関連の修正も含まれています。完全な告知はここから参照できます。 -私は、パッチ、翻訳、バグ報告を通してこのプロジェクトに貢献してくれたすべての人々及びこのリリースの作成に協力してくれたすべての人々に感謝します! 私たちはあらゆるサポートにとても感謝しています。 +パッチ、翻訳、バグ報告を通してこのプロジェクトに貢献してくれたすべての人々及びこのリリースの作成に協力してくれたすべての人々に感謝します! 私たちはあらゆるサポートにとても感謝しています。 -あなたがVimを好きならば、ウガンダの支援を必要とする子供たちに寄付をすることを奨励します。更なる情報はICCFのWebサイトを訪れてください: https://iccf-holland.org +Vimを気に入ってくれたなら、支援を必要とするウガンダの子供たちに寄付をすることを奨励します。更なる情報はICCFのWebサイトを訪れてください: Thanks and Happy New Year 2024!
-Christian +Christian