From c84d313d68863dcf8debe109d6832683b460775f Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 17 Aug 2026 03:48:56 +0900 Subject: [PATCH 1/2] Update options.{txt,jax} --- doc/options.jax | 7 +++++-- en/options.txt | 10 +++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/options.jax b/doc/options.jax index 43be0318b..82706b503 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -1,4 +1,4 @@ -*options.txt* For Vim バージョン 9.2. Last change: 2026 Aug 04 +*options.txt* For Vim バージョン 9.2. Last change: 2026 Aug 16 VIM リファレンスマニュアル by Bram Moolenaar @@ -4525,7 +4525,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる *'guiheadroom'* *'ghr'* 'guiheadroom' 'ghr' 数値 (既定では 50) グローバル - {VimのGTKとX11のGUI版でのみ有効} + {Vim の GTK4 GUI を除く GTK と X11 の GUI 版でのみ有効} GUIウィンドウを画面に合わせるときに、画面の高さから差し引かれるピクセ ル数。このオプションはGUIを開始する前に、例えばファイル |gvimrc| 内で 設定すること。値を 0 にすると、画面の高さ全体がウィンドウに使われる。 @@ -5071,6 +5071,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる < "S-space" は shift+space である。これは kinput2 + canna (日本語) およ び ami (韓国語) の起動キーである。 + Note GTK4 GUI を使用する場合、このオプションはサポートされていないこと + に注意。このオプションに指定できる有効な値は、空の文字列のみである。 + *'imcmdline'* *'imc'* *'noimcmdline'* *'noimc'* 'imcmdline' 'imc' 切替 (既定ではオフ) グローバル diff --git a/en/options.txt b/en/options.txt index 521446ada..64ab68123 100644 --- a/en/options.txt +++ b/en/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.2. Last change: 2026 Aug 04 +*options.txt* For Vim version 9.2. Last change: 2026 Aug 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -4494,7 +4494,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'guiheadroom'* *'ghr'* 'guiheadroom' 'ghr' number (default 50) global - {only for GTK and X11 GUI} + {only for GTK and X11 GUI, except GTK4 GUI} The number of pixels subtracted from the screen height when fitting the GUI window on the screen. Set this before the GUI is started, e.g., in your |gvimrc| file. When zero, the whole screen height will @@ -5030,6 +5030,9 @@ A jump table for the options with a short description can be found at |Q_op|. < "S-space" means shift+space. This is the activation key for kinput2 + canna (Japanese), and ami (Korean). + Note that when using the GTK4 GUI, this option is not supported. The + only valid value for this option will be an empty string. + *'imcmdline'* *'imc'* *'noimcmdline'* *'noimc'* 'imcmdline' 'imc' boolean (default off) global @@ -7341,7 +7344,8 @@ A jump table for the options with a short description can be found at |Q_op|. emoji might be rendered beyond the bounding box of drawing cell. - Other render types are currently not supported. See also 'guiligatures'. + Other render types are currently not supported. See also + 'guiligatures'. *'report'* 'report' number (default 2) From 3e74951cf17d0468c774897497c52c57971fd9e3 Mon Sep 17 00:00:00 2001 From: h_east Date: Wed, 19 Aug 2026 01:52:46 +0900 Subject: [PATCH 2/2] Update doc/options.jax Co-authored-by: Tsuyoshi CHO --- doc/options.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/options.jax b/doc/options.jax index 82706b503..991b207be 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -4525,7 +4525,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる *'guiheadroom'* *'ghr'* 'guiheadroom' 'ghr' 数値 (既定では 50) グローバル - {Vim の GTK4 GUI を除く GTK と X11 の GUI 版でのみ有効} + {Vim の GTK4 を除く GTK GUI と X11 の GUI 版でのみ有効} GUIウィンドウを画面に合わせるときに、画面の高さから差し引かれるピクセ ル数。このオプションはGUIを開始する前に、例えばファイル |gvimrc| 内で 設定すること。値を 0 にすると、画面の高さ全体がウィンドウに使われる。