-*options.txt* For Vim version 9.2. Last change: 2026 Apr 11
+*options.txt* For Vim version 9.2. Last change: 2026 Apr 14
VIM REFERENCE MANUAL by Bram Moolenaar
applied to StatusLineNC for the statusline of non-current
windows.
The number N must be between 1 and 9. See |hl-User1..9|
- *stl-%@*
+ *stl-%@*
@ - Inserts a newline. This only takes effect when the "maxheight"
value of 'statuslineopt' is greater than 1, or for |tabpanel|.
- *stl-%[FuncName]*
+ *stl-%[FuncName]*
%[ defines clickable regions in the statusline. When the user clicks
on a region with the mouse, the specified function is called. The
same syntax can also be used in 'tabline'.
Dragging the statusline to resize the window still works even when
click handlers are defined. When used in 'tabline', clicks in
%[FuncName] regions are dispatched to the callback instead of the
- default tab-selection behavior.
+ default tab page selection behavior.
Example: >
func! ClickFile(info)