]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix option markup at :help 'pumborder'
authorDoug Kearns <dougkearns@gmail.com>
Sat, 25 Oct 2025 03:37:07 +0000 (03:37 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 25 Oct 2025 03:37:07 +0000 (03:37 +0000)
Remove the redundant helpHyperTextJump markup around options.  Options
are never wrapped as jumps.

See :help help-writing (TAGS section)

closes: #18619

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 798e50471f933aefe57e430bf206ee2341afec08..837edfe8158869e1ac41107b65eef0a5ee7cea33 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 9.1.  Last change: 2025 Oct 14
+*options.txt*  For Vim version 9.1.  Last change: 2025 Oct 25
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -6865,8 +6865,8 @@ A jump table for the options with a short description can be found at |Q_op|.
                :set pumborder=custom:─;│;─;│;┌;┐;┘;└,shadow
 <
        Border styles using box-drawing characters ("single", "double",
-       "round") are only available when |'encoding'| is "utf-8" and
-       |'ambiwidth'| is "single".  "margin" requires a border style.
+       "round") are only available when 'encoding' is "utf-8" and 'ambiwidth'
+       is "single".  "margin" requires a border style.
        See also: |ins-completion-menu|.
 
                                                *'pumheight'* *'ph'*