Skip to content

Commit c85b499

Browse files
committed
Update by original
1 parent 4340936 commit c85b499

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/options.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 11
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 14
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -8640,11 +8640,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
86408640
いは非カレントウィンドウのステータス行にはハイライトグループ
86418641
StatusLineNC が適用されることである。数 N は 1 以上 9 以下であ
86428642
る。|hl-User1..9| を参照。
8643-
*stl-%@*
8643+
*stl-%@*
86448644
@ - 改行を挿入する。これは、'statuslineopt' の "maxheight" 値が 1 よ
86458645
り大きい場合、または |tabpanel| の場合にのみ有効である。
86468646

8647-
*stl-%[FuncName]*
8647+
*stl-%[FuncName]*
86488648
%[ はステータスライン内のクリック可能な領域を定義する。ユーザーがマウ
86498649
スで領域をクリックすると、指定された関数が呼び出される。同じ構文は
86508650
'tabline' でも使用できる。

en/options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Apr 11
1+
*options.txt* For Vim version 9.2. Last change: 2026 Apr 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -8620,11 +8620,11 @@ A jump table for the options with a short description can be found at |Q_op|.
86208620
applied to StatusLineNC for the statusline of non-current
86218621
windows.
86228622
The number N must be between 1 and 9. See |hl-User1..9|
8623-
*stl-%@*
8623+
*stl-%@*
86248624
@ - Inserts a newline. This only takes effect when the "maxheight"
86258625
value of 'statuslineopt' is greater than 1, or for |tabpanel|.
86268626

8627-
*stl-%[FuncName]*
8627+
*stl-%[FuncName]*
86288628
%[ defines clickable regions in the statusline. When the user clicks
86298629
on a region with the mouse, the specified function is called. The
86308630
same syntax can also be used in 'tabline'.
@@ -8655,7 +8655,7 @@ A jump table for the options with a short description can be found at |Q_op|.
86558655
Dragging the statusline to resize the window still works even when
86568656
click handlers are defined. When used in 'tabline', clicks in
86578657
%[FuncName] regions are dispatched to the callback instead of the
8658-
default tab-selection behavior.
8658+
default tab page selection behavior.
86598659

86608660
Example: >
86618661
func! ClickFile(info)

0 commit comments

Comments
 (0)