Skip to content

Commit ecb37c1

Browse files
committed
Update by original
1 parent 8291587 commit ecb37c1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/quickref.jax

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

33

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

en/quickref.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 27
1+
*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -646,7 +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
649+
'clipmethod' 'cpm' specify order of what clipboard methods to use
650650
'cmdheight' 'ch' number of lines to use for the command-line
651651
'cmdwinheight' 'cwh' height of the command-line window
652652
'colorcolumn' 'cc' columns to highlight
@@ -1019,9 +1019,9 @@ Short explanation of each option: *option-list*
10191019
'winminwidth' 'wmw' minimal number of columns for any window
10201020
'winptydll' name of the winpty dynamic library
10211021
'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
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
10251025
'wrap' long lines wrap and continue on the next line
10261026
'wrapmargin' 'wm' chars from the right where wrapping starts
10271027
'wrapscan' 'ws' searches wrap around the end of the file

0 commit comments

Comments
 (0)