Skip to content

Commit e4f08fa

Browse files
authored
Merge pull request #2122 from h-east/update-index
Update index.{txt,jax}
2 parents f399456 + 3378ece commit e4f08fa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/index.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim バージョン 9.1. Last change: 2025 Jun 23
1+
*index.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
22

33

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

en/index.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 9.1. Last change: 2025 Jun 23
1+
*index.txt* For Vim version 9.1. Last change: 2025 Jun 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1264,6 +1264,7 @@ tag command action ~
12641264
|:class| :class start of a class declaration
12651265
|:clast| :cla[st] go to the specified error, default last one
12661266
|:clearjumps| :cle[arjumps] clear the jump list
1267+
|:clipreset| :clip[reset] reset 'clipmethod'
12671268
|:clist| :cl[ist] list all errors
12681269
|:close| :clo[se] close current window
12691270
|:cmap| :cm[ap] like ":map" but for Command-line mode
@@ -1777,6 +1778,7 @@ tag command action ~
17771778
|:winsize| :wi[nsize] get or set window size (obsolete)
17781779
|:wincmd| :winc[md] execute a Window (CTRL-W) command
17791780
|:winpos| :winp[os] get or set window position
1781+
|:wlrestore| :wl[restore] restore the Wayland compositor connection
17801782
|:wnext| :wn[ext] write to a file and go to next file in
17811783
argument list
17821784
|:wprevious| :wp[revious] write to a file and go to previous file in

0 commit comments

Comments
 (0)