runtime(doc): Fix option markup at :help 'pumborder'
Commit:
https://github.com/vim/vim/commit/7bb56b49ef8c59f05a886b1162e15c81d06c15f5
Author: Doug Kearns <[email protected]>
Date: Sat Oct 25 03:37:07 2025 +0000
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]>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 798e50471..837edfe81 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -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'*
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vCe6w-001YpY-Ct%40256bit.org.