File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *index.txt* For Vim バージョン 9.1. Last change: 2025 Jun 23
1
+ *index.txt* For Vim バージョン 9.1. Last change: 2025 Jun 27
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1645,6 +1645,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
1645
1645
| :redrawtabpanel | :redrawtabp[anel] タブパネルを再描画する
1646
1646
| :registers | :reg[isters] レジスタの内容を表示
1647
1647
| :resize | :res[ize] カレントウィンドウの高さを変更
1648
+ | :clipreset | :clip[reset] 'clipmethod' をリセットする
1648
1649
| :retab | :ret[ab] タブの大きさを変更
1649
1650
| :return | :retu[rn] ユーザー関数から戻る
1650
1651
| :rewind | :rew[ind] 引数リストの先頭のファイルを開く
@@ -1849,6 +1850,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
1849
1850
いコマンド)
1850
1851
| :wincmd | :winc[md] ウィンドウコマンド(CTRL-W )を実行する
1851
1852
| :winpos | :winp[os] ウィンドウの位置を取得もしくはセットする
1853
+ | :wlrestore | :wl[restore] Wayland コンポジター接続を復元する
1852
1854
| :wnext | :wn[ext] ファイルに保存して、引数リストの次のファイル
1853
1855
を開く
1854
1856
| :wprevious | :wp[revious] ファイルに保存して、引数リストの直前のファイ
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1587,6 +1587,7 @@ tag command action ~
1587
1587
| :redrawtabpanel | :redrawtabp[anel] force a redraw of the tabpanel
1588
1588
| :registers | :reg[isters] display the contents of registers
1589
1589
| :resize | :res[ize] change current window height
1590
+ | :clipreset | :clip[reset] reset 'clipmethod'
1590
1591
| :retab | :ret[ab] change tab size
1591
1592
| :return | :retu[rn] return from a user function
1592
1593
| :rewind | :rew[ind] go to the first file in the argument list
@@ -1777,6 +1778,7 @@ tag command action ~
1777
1778
| :winsize | :wi[nsize] get or set window size (obsolete)
1778
1779
| :wincmd | :winc[md] execute a Window (CTRL-W ) command
1779
1780
| :winpos | :winp[os] get or set window position
1781
+ | :wlrestore | :wl[restore] restore the Wayland compositor connection
1780
1782
| :wnext | :wn[ext] write to a file and go to next file in
1781
1783
argument list
1782
1784
| :wprevious | :wp[revious] write to a file and go to previous file in
You can’t perform that action at this time.
0 commit comments