Skip to content

Commit c51e666

Browse files
committed
Update index.{txt,jax}
1 parent 9396379 commit c51e666

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 27
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1645,6 +1645,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
16451645
|:redrawtabpanel| :redrawtabp[anel] タブパネルを再描画する
16461646
|:registers| :reg[isters] レジスタの内容を表示
16471647
|:resize| :res[ize] カレントウィンドウの高さを変更
1648+
|:clipreset| :clip[reset] 'clipmethod' をリセットする
16481649
|:retab| :ret[ab] タブの大きさを変更
16491650
|:return| :retu[rn] ユーザー関数から戻る
16501651
|:rewind| :rew[ind] 引数リストの先頭のファイルを開く
@@ -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 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1587,6 +1587,7 @@ tag command action ~
15871587
|:redrawtabpanel| :redrawtabp[anel] force a redraw of the tabpanel
15881588
|:registers| :reg[isters] display the contents of registers
15891589
|:resize| :res[ize] change current window height
1590+
|:clipreset| :clip[reset] reset 'clipmethod'
15901591
|:retab| :ret[ab] change tab size
15911592
|:return| :retu[rn] return from a user function
15921593
|:rewind| :rew[ind] go to the first file in the argument list
@@ -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)