Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version9.{txt,jax} #1996

Merged
merged 3 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 15
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 19


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41548,7 +41548,8 @@ protected _new() メソッドのサポート
*new-other-9.2*
その他の新機能 ~
--------------
新しいプラグイン |comment-install| および |nohlsearch-install| を同梱。
新しいプラグイン |package-comment|、|package-nohlsearch| および
|package-hlyank| を同梱。

Wayland UI のサポート

Expand Down Expand Up @@ -41694,6 +41695,10 @@ Ex コマンド: ~
コマンド: ~

|[r| および |]r| カーソルを前/次の稀な単語に移動する

Ex コマンド: ~

|:iput| |:put| と似ているが、インデントを調整する
|:pbuffer| バッファリストからバッファ [N] をプレビューウィンドウ
で編集する

Expand Down
9 changes: 7 additions & 2 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Mar 15
*version9.txt* For Vim version 9.1. Last change: 2025 Mar 18


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41556,7 +41556,8 @@ Support for protected _new() method
*new-other-9.2*
Other new features ~
------------------
The new plugins |comment-install| and |nohlsearch-install| are included.
The new packages |package-comment|, |package-nohlsearch| and |package-hlyank|
are included.

Support for Wayland UI.

Expand Down Expand Up @@ -41704,6 +41705,10 @@ Highlighting: ~
Commands: ~

|[r| and |]r| to move the cursor to previous/next rare word

Ex-Commands: ~

|:iput| like |:put| but adjust indent
|:pbuffer| Edit buffer [N] from the buffer list in the preview
window

Expand Down