Skip to content

Update index.{txt,jax} #2083

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

Merged
merged 1 commit into from
Jun 8, 2025
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
4 changes: 3 additions & 1 deletion doc/index.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18
*index.txt* For Vim バージョン 9.1. Last change: 2025 Jun 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -163,6 +163,7 @@ CTRL-X サブモードで使用するコマンド *i_CTRL-X_index*
|i_CTRL-X_CTRL-N| CTRL-X CTRL-N 次の補完候補。
|i_CTRL-X_CTRL-O| CTRL-X CTRL-O オムニ補完
|i_CTRL-X_CTRL-P| CTRL-X CTRL-P 前の補完候補。
|i_CTRL-X_CTRL-R| CTRL-X CTRL-R レジスタの内容を補完
|i_CTRL-X_CTRL-S| CTRL-X CTRL-S スペリング補完
|i_CTRL-X_CTRL-T| CTRL-X CTRL-T 類語による補完
|i_CTRL-X_CTRL-Y| CTRL-X CTRL-Y ウィンドウを下へスクロール。
Expand Down Expand Up @@ -1641,6 +1642,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|:redraw| :redr[aw] 画面を再描画する
|:redrawstatus| :redraws[tatus] ステータスラインを再描画する
|:redrawtabline| :redrawt[abline] タブページ行を再描画する
|:redrawtabpanel| :redrawtabp[anel] タブパネルを再描画する
|:registers| :reg[isters] レジスタの内容を表示
|:resize| :res[ize] カレントウィンドウの高さを変更
|:retab| :ret[ab] タブの大きさを変更
Expand Down
4 changes: 3 additions & 1 deletion en/index.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim version 9.1. Last change: 2025 Mar 18
*index.txt* For Vim version 9.1. Last change: 2025 Jun 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -163,6 +163,7 @@ commands in CTRL-X submode *i_CTRL-X_index*
|i_CTRL-X_CTRL-N| CTRL-X CTRL-N next completion
|i_CTRL-X_CTRL-O| CTRL-X CTRL-O omni completion
|i_CTRL-X_CTRL-P| CTRL-X CTRL-P previous completion
|i_CTRL-X_CTRL-R| CTRL-X CTRL-R complete contents from registers
|i_CTRL-X_CTRL-S| CTRL-X CTRL-S spelling suggestions
|i_CTRL-X_CTRL-T| CTRL-X CTRL-T complete identifiers from thesaurus
|i_CTRL-X_CTRL-Y| CTRL-X CTRL-Y scroll down
Expand Down Expand Up @@ -1583,6 +1584,7 @@ tag command action ~
|:redraw| :redr[aw] force a redraw of the display
|:redrawstatus| :redraws[tatus] force a redraw of the status line(s)
|:redrawtabline| :redrawt[abline] force a redraw of the tabline
|:redrawtabpanel| :redrawtabp[anel] force a redraw of the tabpanel
|:registers| :reg[isters] display the contents of registers
|:resize| :res[ize] change current window height
|:retab| :ret[ab] change tab size
Expand Down