Skip to content

Commit 7bb56b4

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Fix option markup at :help 'pumborder'
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 <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 9978bb7 commit 7bb56b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/doc/options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Oct 14
1+
*options.txt* For Vim version 9.1. Last change: 2025 Oct 25
22

33

44
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|.
68656865
:set pumborder=custom:─;│;─;│;┌;┐;┘;└,shadow
68666866
<
68676867
Border styles using box-drawing characters ("single", "double",
6868-
"round") are only available when |'encoding'| is "utf-8" and
6869-
|'ambiwidth'| is "single". "margin" requires a border style.
6868+
"round") are only available when 'encoding' is "utf-8" and 'ambiwidth'
6869+
is "single". "margin" requires a border style.
68706870
See also: |ins-completion-menu|.
68716871

68726872
*'pumheight'* *'ph'*

0 commit comments

Comments
 (0)