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 28
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1289,6 +1289,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
1289
1289
| :class | :class クラス宣言の開始
1290
1290
| :clast | :cla[st] 指定のエラーへジャンプ、省略時は最後のエラー
1291
1291
| :clearjumps | :cle[arjumps] ジャンプリストを削除する
1292
+ | :clipreset | :clip[reset] 'clipmethod' をリセットする
1292
1293
| :clist | :cl[ist] すべてのエラーを一覧表示
1293
1294
| :close | :clo[se] カレントウィンドウを閉じる
1294
1295
| :cmap | :cm[ap] コマンドラインモードを対象とする":map"コマンド
@@ -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 28
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1264,6 +1264,7 @@ tag command action ~
1264
1264
| :class | :class start of a class declaration
1265
1265
| :clast | :cla[st] go to the specified error, default last one
1266
1266
| :clearjumps | :cle[arjumps] clear the jump list
1267
+ | :clipreset | :clip[reset] reset 'clipmethod'
1267
1268
| :clist | :cl[ist] list all errors
1268
1269
| :close | :clo[se] close current window
1269
1270
| :cmap | :cm[ap] like ":map" but for Command-line mode
@@ -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