runtime(doc): Tweak documentation style in options.txt
Commit:
https://github.com/vim/vim/commit/4b6f3f1d165ea3119e9e5570a46b3c746c83039d
Author: Hirohito Higashi <
h.eas...@gmail.com>
Date: Tue Apr 14 16:31:10 2026 +0000
runtime(doc): Tweak documentation style in options.txt
closes:
https://github.com/vim/vim/issues/19971
Signed-off-by: Hirohito Higashi <
h.eas...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index f083d6ff1..5f8b4292b 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)