]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation style in options.txt
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 14 Apr 2026 16:31:10 +0000 (16:31 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 14 Apr 2026 16:31:10 +0000 (16:31 +0000)
closes: #19971

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index f083d6ff10d00581d7dfb891a2a6dac8eb613250..5f8b4292bceae4e7c3182342d75761ed16b350b5 100644 (file)
@@ -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)