diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f083d6ff10..5f8b4292bc 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*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 @@ -8620,11 +8620,11 @@ A jump table for the options with a short description can be found at |Q_op|. 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'. @@ -8655,7 +8655,7 @@ A jump table for the options with a short description can be found at |Q_op|. 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)