From b92730410887be589dade66552ecb7948a7adf09 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sat, 26 Sep 2015 21:09:47 +0200 Subject: defaults: revert wildmode to 'full' --- runtime/doc/options.txt | 2 +- runtime/doc/vim_diff.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime') 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* -- cgit