Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -4525,7 +4525,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
*'guiheadroom'* *'ghr'*
'guiheadroom' 'ghr' 数値 (既定では 50)
グローバル
{VimのGTKとX11のGUI版でのみ有効}
{Vim の GTK4 を除く GTK GUI と X11 の GUI 版でのみ有効}
GUIウィンドウを画面に合わせるときに、画面の高さから差し引かれるピクセ
ル数。このオプションはGUIを開始する前に、例えばファイル |gvimrc| 内で
設定すること。値を 0 にすると、画面の高さ全体がウィンドウに使われる。
Expand Down Expand Up @@ -5071,6 +5071,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
< "S-space" は shift+space である。これは kinput2 + canna (日本語) およ
び ami (韓国語) の起動キーである。

Note GTK4 GUI を使用する場合、このオプションはサポートされていないこと
に注意。このオプションに指定できる有効な値は、空の文字列のみである。

*'imcmdline'* *'imc'* *'noimcmdline'* *'noimc'*
'imcmdline' 'imc' 切替 (既定ではオフ)
グローバル
Expand Down
10 changes: 7 additions & 3 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down