From: Hirohito Higashi Date: Thu, 9 Apr 2026 18:49:43 +0000 (+0000) Subject: runtime(doc): Tweak documentation style a bit X-Git-Tag: v9.2.0324~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9381fb2804c426f88cd9b30650b94fc500d6bb;p=thirdparty%2Fvim.git runtime(doc): Tweak documentation style a bit closes: #19939 Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 3aa41db21a..790cfc2bd1 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 d20ae51907..4803e97497 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 ffe463e441..03f77c519c 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)