From 82915875e302cca58cac1fe27eb33c4088f484fa Mon Sep 17 00:00:00 2001 From: h-east Date: Sat, 28 Jun 2025 11:09:52 +0900 Subject: [PATCH 1/3] Update quickref.{txt,jax} --- doc/quickref.jax | 6 +++++- en/quickref.txt | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/quickref.jax b/doc/quickref.jax index e0fc9c80e..1d372e591 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -1,4 +1,4 @@ -*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 12 +*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 27 VIMリファレンスマニュアル by Bram Moolenaar @@ -661,6 +661,7 @@ 'cinscopedecls' 'cinsd' 'cino-g' によって認識される単語 'cinwords' 'cinw' 'si'、'cin' によるインデントの開始文字 'clipboard' 'cb' 無名レジスタ操作でクリップボードを使う +'clipmethod' 'cpm' 使用するクリップボードメソッドの順序を指定する 'cmdheight' 'ch' コマンドラインの行数 'cmdwinheight' 'cwh' コマンドラインウィンドウの行数 'colorcolumn' 'cc' 列を強調表示する @@ -1038,6 +1039,9 @@ 'winminwidth' 'wmw' カレントウィンドウ以外のウィンドウの幅の最小値 'winptydll' winpty 動的ライブラリの名前 'winwidth' 'wiw' カレントウィンドウの幅の最小値 +'wlseat' 'wse' 使用する Wayland シート +'wlsteal' 'wst' Wayland のフォーカスを奪う機能を許可する +'wltimeoutlen' 'wtm' Wayland でポーリング時に使用するタイムアウト 'wrap' 長い行を折り返して表示する 'wrapmargin' 'wm' 折り返しを開始する右端からの文字数 'wrapscan' 'ws' 検索がファイル末尾まで進んだら先頭から再検索 diff --git a/en/quickref.txt b/en/quickref.txt index ecabac54a..55e7cc3bb 100644 --- a/en/quickref.txt +++ b/en/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 12 +*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -646,6 +646,7 @@ Short explanation of each option: *option-list* 'cinscopedecls' 'cinsd' words that are recognized by 'cino-g' 'cinwords' 'cinw' words where 'si' and 'cin' add an indent 'clipboard' 'cb' use the clipboard as the unnamed register +'clipmethod' 'cpm' specify order of what clipboard methods to use 'cmdheight' 'ch' number of lines to use for the command-line 'cmdwinheight' 'cwh' height of the command-line window 'colorcolumn' 'cc' columns to highlight @@ -1018,6 +1019,9 @@ Short explanation of each option: *option-list* 'winminwidth' 'wmw' minimal number of columns for any window 'winptydll' name of the winpty dynamic library 'winwidth' 'wiw' minimal number of columns for current window +'wlseat' 'wse' the wayland seat to use +'wlsteal' 'wst' allow focus stealing functionality for wayland +'wltimeoutlen' 'wtm' timeout to use when polling in wayland 'wrap' long lines wrap and continue on the next line 'wrapmargin' 'wm' chars from the right where wrapping starts 'wrapscan' 'ws' searches wrap around the end of the file From ecb37c1b26b1d8619b0697f259df9b426c407089 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 29 Jun 2025 03:13:59 +0900 Subject: [PATCH 2/3] Update by original --- doc/quickref.jax | 10 +++++----- en/quickref.txt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/quickref.jax b/doc/quickref.jax index 1d372e591..24e8fbf59 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -1,4 +1,4 @@ -*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 27 +*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28 VIMリファレンスマニュアル by Bram Moolenaar @@ -661,7 +661,7 @@ 'cinscopedecls' 'cinsd' 'cino-g' によって認識される単語 'cinwords' 'cinw' 'si'、'cin' によるインデントの開始文字 'clipboard' 'cb' 無名レジスタ操作でクリップボードを使う -'clipmethod' 'cpm' 使用するクリップボードメソッドの順序を指定する +'clipmethod' 'cpm' 使用するクリップボードメソッドの順序を指定する 'cmdheight' 'ch' コマンドラインの行数 'cmdwinheight' 'cwh' コマンドラインウィンドウの行数 'colorcolumn' 'cc' 列を強調表示する @@ -1039,9 +1039,9 @@ 'winminwidth' 'wmw' カレントウィンドウ以外のウィンドウの幅の最小値 'winptydll' winpty 動的ライブラリの名前 'winwidth' 'wiw' カレントウィンドウの幅の最小値 -'wlseat' 'wse' 使用する Wayland シート -'wlsteal' 'wst' Wayland のフォーカスを奪う機能を許可する -'wltimeoutlen' 'wtm' Wayland でポーリング時に使用するタイムアウト +'wlseat' 'wse' 使用する Wayland シート +'wlsteal' 'wst' Wayland のフォーカスを奪う機能を許可する +'wltimeoutlen' 'wtm' Wayland でポーリング時に使用するタイムアウト 'wrap' 長い行を折り返して表示する 'wrapmargin' 'wm' 折り返しを開始する右端からの文字数 'wrapscan' 'ws' 検索がファイル末尾まで進んだら先頭から再検索 diff --git a/en/quickref.txt b/en/quickref.txt index 55e7cc3bb..a5d25b0de 100644 --- a/en/quickref.txt +++ b/en/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 27 +*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -646,7 +646,7 @@ Short explanation of each option: *option-list* 'cinscopedecls' 'cinsd' words that are recognized by 'cino-g' 'cinwords' 'cinw' words where 'si' and 'cin' add an indent 'clipboard' 'cb' use the clipboard as the unnamed register -'clipmethod' 'cpm' specify order of what clipboard methods to use +'clipmethod' 'cpm' specify order of what clipboard methods to use 'cmdheight' 'ch' number of lines to use for the command-line 'cmdwinheight' 'cwh' height of the command-line window 'colorcolumn' 'cc' columns to highlight @@ -1019,9 +1019,9 @@ Short explanation of each option: *option-list* 'winminwidth' 'wmw' minimal number of columns for any window 'winptydll' name of the winpty dynamic library 'winwidth' 'wiw' minimal number of columns for current window -'wlseat' 'wse' the wayland seat to use -'wlsteal' 'wst' allow focus stealing functionality for wayland -'wltimeoutlen' 'wtm' timeout to use when polling in wayland +'wlseat' 'wse' the Wayland seat to use +'wlsteal' 'wst' allow focus stealing functionality for Wayland +'wltimeoutlen' 'wtm' timeout to use when polling in Wayland 'wrap' long lines wrap and continue on the next line 'wrapmargin' 'wm' chars from the right where wrapping starts 'wrapscan' 'ws' searches wrap around the end of the file From 40e7b2baefb567a34d1c82fe7c747b8b15c36ff9 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 30 Jun 2025 00:09:57 +0900 Subject: [PATCH 3/3] tweak --- doc/quickref.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickref.jax b/doc/quickref.jax index 24e8fbf59..0aad1ad74 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -661,7 +661,7 @@ 'cinscopedecls' 'cinsd' 'cino-g' によって認識される単語 'cinwords' 'cinw' 'si'、'cin' によるインデントの開始文字 'clipboard' 'cb' 無名レジスタ操作でクリップボードを使う -'clipmethod' 'cpm' 使用するクリップボードメソッドの順序を指定する +'clipmethod' 'cpm' 使用するクリップボードのメソッドの順序を指定する 'cmdheight' 'ch' コマンドラインの行数 'cmdwinheight' 'cwh' コマンドラインウィンドウの行数 'colorcolumn' 'cc' 列を強調表示する