]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation style a bit
authorHirohito Higashi <h.east.727@gmail.com>
Thu, 9 Apr 2026 18:49:43 +0000 (18:49 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 9 Apr 2026 18:49:43 +0000 (18:49 +0000)
closes: #19939

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/filetype.txt
runtime/doc/netbeans.txt
runtime/doc/options.txt

index 3aa41db21a536c8ca72ab29eb5877486fc9bb862..790cfc2bd189b000f83441bd43f482c970040f36 100644 (file)
@@ -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: >
index d20ae51907862523ad3b4e2d3d26be97cc24845d..4803e97497065fdcddfb4e536b749910fc5139cc 100644 (file)
@@ -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.
index ffe463e441785e0e7f240f5b9b4eafa1e1eadc49..03f77c519c69bd92cd0bacfc3de457bb21c69049 100644 (file)
@@ -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)