Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 4 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: 2024 Dec 06
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41649,6 +41649,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート

ハイライト: ~

|hl-ComplMatchIns| 現在挿入されている補完にマッチするテキスト
|hl-MsgArea| コマンドラインとメッセージ領域のハイライト
|hl-PmenuMatch| ポップアップメニュー: マッチしたテキストのハイライト
|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト
Expand All @@ -41657,7 +41658,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
コマンド: ~

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

|:pbuffer| バッファリストからバッファ [N] をプレビューウィンドウ
で編集する

オプション: ~

Expand Down
6 changes: 4 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: 2024 Dec 06
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41653,6 +41653,7 @@ Autocommands: ~

Highlighting: ~

|hl-ComplMatchIns| matched text of the currently inserted completion.
|hl-MsgArea| highlighting of the Command-line and messages area
|hl-PmenuMatch| Popup menu: highlighting of matched text
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
Expand All @@ -41661,7 +41662,8 @@ Highlighting: ~
Commands: ~

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

|:pbuffer| Edit buffer [N] from the buffer list in the preview
window

Options: ~

Expand Down
Loading