Skip to content

Update index.{txt,jax} #2122

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 3 commits into from
Jun 29, 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
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 Jun 23
*index.txt* For Vim バージョン 9.1. Last change: 2025 Jun 27


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1289,6 +1289,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|:class| :class クラス宣言の開始
|:clast| :cla[st] 指定のエラーへジャンプ、省略時は最後のエラー
|:clearjumps| :cle[arjumps] ジャンプリストを削除する
|:clipreset| :clip[reset] 'clipmethod' をリセットする
|:clist| :cl[ist] すべてのエラーを一覧表示
|:close| :clo[se] カレントウィンドウを閉じる
|:cmap| :cm[ap] コマンドラインモードを対象とする":map"コマンド
Expand Down Expand Up @@ -1849,6 +1850,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
いコマンド)
|:wincmd| :winc[md] ウィンドウコマンド(CTRL-W)を実行する
|:winpos| :winp[os] ウィンドウの位置を取得もしくはセットする
|:wlrestore| :wl[restore] Wayland コンポジター接続を復元する
|:wnext| :wn[ext] ファイルに保存して、引数リストの次のファイル
を開く
|:wprevious| :wp[revious] ファイルに保存して、引数リストの直前のファイ
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 Jun 23
*index.txt* For Vim version 9.1. Last change: 2025 Jun 27


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1587,6 +1587,7 @@ tag command action ~
|:redrawtabpanel| :redrawtabp[anel] force a redraw of the tabpanel
|:registers| :reg[isters] display the contents of registers
|:resize| :res[ize] change current window height
|:clipreset| :clip[reset] reset 'clipmethod'
|:retab| :ret[ab] change tab size
|:return| :retu[rn] return from a user function
|:rewind| :rew[ind] go to the first file in the argument list
Expand Down Expand Up @@ -1777,6 +1778,7 @@ tag command action ~
|:winsize| :wi[nsize] get or set window size (obsolete)
|:wincmd| :winc[md] execute a Window (CTRL-W) command
|:winpos| :winp[os] get or set window position
|:wlrestore| :wl[restore] restore the Wayland compositor connection
|:wnext| :wn[ext] write to a file and go to next file in
argument list
|:wprevious| :wp[revious] write to a file and go to previous file in
Expand Down