diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index fc4d685cb2..897137ff42 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6967,7 +6967,7 @@ A jump table for the options with a short description can be found at |Q_op|. |hl-WildMenu|. *'wildmode'* *'wim'* -'wildmode' 'wim' string (default: "list:longest,full") +'wildmode' 'wim' string (default: "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 fe4b61815b..3e18cdd762 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -51,7 +51,6 @@ these differences. - 'ttyfast' is always set - 'viminfo' includes "!" - 'wildmenu' is set by default -- 'wildmode' defaults to "list:longest,full" ============================================================================== 3. Changed features *nvim-features-changed* |