File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 12
1
+ *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
661
661
'cinscopedecls' 'cinsd' 'cino-g' によって認識される単語
662
662
'cinwords' 'cinw' 'si' 、'cin' によるインデントの開始文字
663
663
'clipboard' 'cb' 無名レジスタ操作でクリップボードを使う
664
+ 'clipmethod' 'cpm' 使用するクリップボードのメソッドの順序を指定する
664
665
'cmdheight' 'ch' コマンドラインの行数
665
666
'cmdwinheight' 'cwh' コマンドラインウィンドウの行数
666
667
'colorcolumn' 'cc' 列を強調表示する
1038
1039
'winminwidth' 'wmw' カレントウィンドウ以外のウィンドウの幅の最小値
1039
1040
'winptydll' winpty 動的ライブラリの名前
1040
1041
'winwidth' 'wiw' カレントウィンドウの幅の最小値
1042
+ 'wlseat' 'wse' 使用する Wayland シート
1043
+ 'wlsteal' 'wst' Wayland のフォーカスを奪う機能を許可する
1044
+ 'wltimeoutlen' 'wtm' Wayland でポーリング時に使用するタイムアウト
1041
1045
'wrap' 長い行を折り返して表示する
1042
1046
'wrapmargin' 'wm' 折り返しを開始する右端からの文字数
1043
1047
'wrapscan' 'ws' 検索がファイル末尾まで進んだら先頭から再検索
Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim version 9.1. Last change: 2025 Jun 12
1
+ *quickref.txt* For Vim version 9.1. Last change: 2025 Jun 28
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -646,6 +646,7 @@ Short explanation of each option: *option-list*
646
646
'cinscopedecls' 'cinsd' words that are recognized by 'cino-g'
647
647
'cinwords' 'cinw' words where 'si' and 'cin' add an indent
648
648
'clipboard' 'cb' use the clipboard as the unnamed register
649
+ 'clipmethod' 'cpm' specify order of what clipboard methods to use
649
650
'cmdheight' 'ch' number of lines to use for the command-line
650
651
'cmdwinheight' 'cwh' height of the command-line window
651
652
'colorcolumn' 'cc' columns to highlight
@@ -1018,6 +1019,9 @@ Short explanation of each option: *option-list*
1018
1019
'winminwidth' 'wmw' minimal number of columns for any window
1019
1020
'winptydll' name of the winpty dynamic library
1020
1021
'winwidth' 'wiw' minimal number of columns for current window
1022
+ 'wlseat' 'wse' the Wayland seat to use
1023
+ 'wlsteal' 'wst' allow focus stealing functionality for Wayland
1024
+ 'wltimeoutlen' 'wtm' timeout to use when polling in Wayland
1021
1025
'wrap' long lines wrap and continue on the next line
1022
1026
'wrapmargin' 'wm' chars from the right where wrapping starts
1023
1027
'wrapscan' 'ws' searches wrap around the end of the file
You can’t perform that action at this time.
0 commit comments