aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-09-26 15:53:27 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-09-26 15:53:27 -0400
commitdbb5f41c976c33dcefad5b0ae318a6edad574f02 (patch)
treeedf2527259673e6d634d933beeb14041786f730b /src
parenteaff0072e5e0c136628c4cc04097a9ad6a56c31c (diff)
parentb92730410887be589dade66552ecb7948a7adf09 (diff)
downloadrneovim-dbb5f41c976c33dcefad5b0ae318a6edad574f02.tar.gz
rneovim-dbb5f41c976c33dcefad5b0ae318a6edad574f02.tar.bz2
rneovim-dbb5f41c976c33dcefad5b0ae318a6edad574f02.zip
Merge pull request #3395 from fmoralesc/revert-wildmode
defaults: revert wildmode to 'full'
Diffstat (limited to 'src')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index e02326be78..ca3882b8a0 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -2660,7 +2660,7 @@ return {
deny_duplicates=true,
vim=true,
varname='p_wim',
- defaults={if_true={vi="", vim="list:longest,full"}}
+ defaults={if_true={vi="", vim="full"}}
},
{
full_name='wildoptions', abbreviation='wop',