1- *options.txt* For Vim version 9.2. Last change: 2026 Apr 07
1+ *options.txt* For Vim version 9.2. Last change: 2026 Apr 09
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -6886,7 +6886,7 @@ A jump table for the options with a short description can be found at |Q_op|.
68866886 global
68876887 Defines a border and optional decorations for the popup menu in
68886888 completion. The value is a comma-separated list of keywords.
6889- See | 'pumopt' | for a consolidated alternative.
6889+ See 'pumopt' for a consolidated alternative.
68906890
68916891 Border styles (at most one):
68926892 "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|.
69226922 Determines the maximum number of items to show in the popup menu for
69236923 Insert mode completion. When zero as much space as available is used.
69246924 | ins-completion-menu | .
6925- See | 'pumopt' | for a consolidated alternative.
6925+ See 'pumopt' for a consolidated alternative.
69266926
69276927 *'pummaxwidth'* *'pmw'*
69286928'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|.
69346934
69356935 This option takes precedence over 'pumwidth' .
69366936 | ins-completion-menu | .
6937- See | 'pumopt' | for a consolidated alternative.
6937+ See 'pumopt' for a consolidated alternative.
69386938
69396939 *'pumopt'*
69406940'pumopt' string (default "")
69416941 global
69426942 Configures the popup menu used for Insert mode completion.
6943- The value is a comma-separated list of key:value pairs and flags.
6943+ The value is a comma-separated list of " key:value" pairs and flags.
69446944
69456945 Keys with values:
69466946 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|.
69706970 shadow draws a shadow at the right and bottom edges.
69716971
69726972 Border styles using box-drawing characters ("single", "double",
6973- "round") are only available when 'encoding' is "utf-8" and
6974- 'ambiwidth' is "single".
6973+ "round") are only available when 'encoding' is "utf-8" and 'ambiwidth'
6974+ is "single".
69756975
69766976 Highlight groups:
69776977 | 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|.
69946994 global
69956995 Determines the minimum width to use for the popup menu for Insert mode
69966996 completion. | ins-completion-menu | .
6997- See | 'pumopt' | for a consolidated alternative.
6997+ See 'pumopt' for a consolidated alternative.
69986998
69996999 *'pythondll'*
70007000'pythondll' string (default depends on the build)
0 commit comments