diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 4 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 46f93d4ea0..439c8778cc 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7252,7 +7252,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'wildmenu'* *'wmnu'* *'nowildmenu'* *'nowmnu'* -'wildmenu' 'wmnu' boolean (default off) +'wildmenu' 'wmnu' boolean (default on) global {not available if compiled without the |+wildmenu| feature} @@ -7292,7 +7292,7 @@ A jump table for the options with a short description can be found at |Q_op|. |hl-WildMenu|. *'wildmode'* *'wim'* -'wildmode' 'wim' string (Vim default: "full") +'wildmode' 'wim' string (default: "list:longest,full") global Completion mode that is used for the character specified with 'wildchar'. It is a comma separated list of up to four parts. Each diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ac32c9d52c..4ad559600a 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -32,6 +32,8 @@ these differences. - 'encoding' defaults to "utf-8" - 'nocompatible' is always set - 'ttyfast' is always set +- 'wildmenu' is set by default +- 'wildmode' defaults to "list:longest,full" ============================================================================== 3. Changed features *nvim-features-changed* |