runtime(doc): Tweak documentation style a bit
Commit:
https://github.com/vim/vim/commit/9d9381fb2804c426f88cd9b30650b94fc500d6bb
Author: Hirohito Higashi <[email protected]>
Date: Thu Apr 9 18:49:43 2026 +0000
runtime(doc): Tweak documentation style a bit
closes: https://github.com/vim/vim/issues/19939
Signed-off-by: Hirohito Higashi <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 3aa41db21..790cfc2bd 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt* For Vim version 9.2. Last change: 2026 Apr 07
+*filetype.txt* For Vim version 9.2. Last change: 2026 Apr 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -652,7 +652,6 @@ One command, :DiffGitCached, is provided to show a diff of
the current commit
in the preview window. It is equivalent to calling "git diff --cached" plus
any arguments given to the command.
-
The length of the first line of the commit message used for
syntax highlighting can be configured via `g:gitcommit_summary_length`.
The default is 50. Example: >
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt
index d20ae5190..4803e9749 100644
--- a/runtime/doc/netbeans.txt
+++ b/runtime/doc/netbeans.txt
@@ -1,4 +1,4 @@
-*netbeans.txt* For Vim version 9.2. Last change: 2026 Mar 07
+*netbeans.txt* For Vim version 9.2. Last change: 2026 Apr 09
VIM REFERENCE MANUAL by Gordon Prieur et al.
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index ffe463e44..03f77c519 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6886,7 +6886,7 @@ A jump table for the options with a short description can
be found at |Q_op|.
global
Defines a border and optional decorations for the popup menu in
completion. The value is a comma-separated list of keywords.
- See |'pumopt'| for a consolidated alternative.
+ See 'pumopt' for a consolidated alternative.
Border styles (at most one):
"single" use thin box-drawing characters
@@ -6922,7 +6922,7 @@ A jump table for the options with a short description can
be found at |Q_op|.
Determines the maximum number of items to show in the popup menu for
Insert mode completion. When zero as much space as available is used.
|ins-completion-menu|.
- See |'pumopt'| for a consolidated alternative.
+ See 'pumopt' for a consolidated alternative.
*'pummaxwidth'* *'pmw'*
'pummaxwidth' 'pmw' number (default 0)
@@ -6934,13 +6934,13 @@ A jump table for the options with a short description
can be found at |Q_op|.
This option takes precedence over 'pumwidth'.
|ins-completion-menu|.
- See |'pumopt'| for a consolidated alternative.
+ See 'pumopt' for a consolidated alternative.
*'pumopt'*
'pumopt' string (default "")
global
Configures the popup menu used for Insert mode completion.
- The value is a comma-separated list of key:value pairs and flags.
+ The value is a comma-separated list of "key:value" pairs and flags.
Keys with values:
border:{style} set a border style (at most one):
@@ -6970,8 +6970,8 @@ A jump table for the options with a short description can
be found at |Q_op|.
shadow draws a shadow at the right and bottom edges.
Border styles using box-drawing characters ("single", "double",
- "round") are only available when 'encoding' is "utf-8" and
- 'ambiwidth' is "single".
+ "round") are only available when 'encoding' is "utf-8" and 'ambiwidth'
+ is "single".
Highlight groups:
|hl-PmenuBorder| used for the border characters
@@ -6994,7 +6994,7 @@ A jump table for the options with a short description can
be found at |Q_op|.
global
Determines the minimum width to use for the popup menu for Insert mode
completion. |ins-completion-menu|.
- See |'pumopt'| for a consolidated alternative.
+ See 'pumopt' for a consolidated alternative.
*'pythondll'*
'pythondll' string (default depends on the build)
--
--
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/E1wAubk-00C564-1B%40256bit.org.