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
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 28


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 28


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1264,6 +1264,7 @@ tag command action ~
|:class| :class start of a class declaration
|:clast| :cla[st] go to the specified error, default last one
|:clearjumps| :cle[arjumps] clear the jump list
|:clipreset| :clip[reset] reset 'clipmethod'
|:clist| :cl[ist] list all errors
|:close| :clo[se] close current window
|:cmap| :cm[ap] like ":map" but for Command-line mode
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