aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-05-16 15:09:40 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-05-17 15:24:31 -0400
commitb90378dfb01c5cca5ef8400acae6208476bc2647 (patch)
treea3db4befb13f861b2ed74a8dc2daa44f3f8e7850 /runtime
parentb1403e7d44819587cb4d622fb732c692bbdcca1c (diff)
downloadrneovim-b90378dfb01c5cca5ef8400acae6208476bc2647.tar.gz
rneovim-b90378dfb01c5cca5ef8400acae6208476bc2647.tar.bz2
rneovim-b90378dfb01c5cca5ef8400acae6208476bc2647.zip
options: Enable &wildmenu, use "list:longest,full" for &wildmode by default #2677
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt4
-rw-r--r--runtime/doc/vim_diff.txt2
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*