diff options
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 8e06a1ee6e..7c9ad3010e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6653,17 +6653,16 @@ A jump table for the options with a short description can be found at |Q_op|. More info here: |cmdline-completion|. *'wildoptions'* *'wop'* -'wildoptions' 'wop' string (default "") +'wildoptions' 'wop' string (default "pum,tagfile") global - A list of words that change how command line completion is done. + List of words that change how |cmdline-completion| is done. + pum Display the completion matches using the popupmenu + in the same style as the |ins-completion-menu|. tagfile When using CTRL-D to list matching tags, the kind of tag and the file of the tag is listed. Only one match is displayed per line. Often used tag kinds are: d #define f function - pum Display the completion matches using the popupmenu - in the same style as the |ins-completion-menu|. - Also see |cmdline-completion|. *'winaltkeys'* *'wak'* 'winaltkeys' 'wak' string (default "menu") |