-*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
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: >
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
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)
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):
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
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)