Skip to content

Commit 2fec13f

Browse files
authored
Merge pull request #2126 from h-east/update-quickref
Update quickref.{txt,jax}
2 parents be81c56 + 40e7b2b commit 2fec13f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/quickref.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -661,6 +661,7 @@
661661
'cinscopedecls' 'cinsd' 'cino-g' によって認識される単語
662662
'cinwords' 'cinw' 'si''cin' によるインデントの開始文字
663663
'clipboard' 'cb' 無名レジスタ操作でクリップボードを使う
664+
'clipmethod' 'cpm' 使用するクリップボードのメソッドの順序を指定する
664665
'cmdheight' 'ch' コマンドラインの行数
665666
'cmdwinheight' 'cwh' コマンドラインウィンドウの行数
666667
'colorcolumn' 'cc' 列を強調表示する
@@ -1038,6 +1039,9 @@
10381039
'winminwidth' 'wmw' カレントウィンドウ以外のウィンドウの幅の最小値
10391040
'winptydll' winpty 動的ライブラリの名前
10401041
'winwidth' 'wiw' カレントウィンドウの幅の最小値
1042+
'wlseat' 'wse' 使用する Wayland シート
1043+
'wlsteal' 'wst' Wayland のフォーカスを奪う機能を許可する
1044+
'wltimeoutlen' 'wtm' Wayland でポーリング時に使用するタイムアウト
10411045
'wrap' 長い行を折り返して表示する
10421046
'wrapmargin' 'wm' 折り返しを開始する右端からの文字数
10431047
'wrapscan' 'ws' 検索がファイル末尾まで進んだら先頭から再検索

en/quickref.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -646,6 +646,7 @@ Short explanation of each option: *option-list*
646646
'cinscopedecls' 'cinsd' words that are recognized by 'cino-g'
647647
'cinwords' 'cinw' words where 'si' and 'cin' add an indent
648648
'clipboard' 'cb' use the clipboard as the unnamed register
649+
'clipmethod' 'cpm' specify order of what clipboard methods to use
649650
'cmdheight' 'ch' number of lines to use for the command-line
650651
'cmdwinheight' 'cwh' height of the command-line window
651652
'colorcolumn' 'cc' columns to highlight
@@ -1018,6 +1019,9 @@ Short explanation of each option: *option-list*
10181019
'winminwidth' 'wmw' minimal number of columns for any window
10191020
'winptydll' name of the winpty dynamic library
10201021
'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
10211025
'wrap' long lines wrap and continue on the next line
10221026
'wrapmargin' 'wm' chars from the right where wrapping starts
10231027
'wrapscan' 'ws' searches wrap around the end of the file

0 commit comments

Comments
 (0)