diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-09-26 21:09:47 +0200 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2015-09-26 21:09:47 +0200 |
commit | b92730410887be589dade66552ecb7948a7adf09 (patch) | |
tree | edf2527259673e6d634d933beeb14041786f730b /src | |
parent | eaff0072e5e0c136628c4cc04097a9ad6a56c31c (diff) | |
download | rneovim-b92730410887be589dade66552ecb7948a7adf09.tar.gz rneovim-b92730410887be589dade66552ecb7948a7adf09.tar.bz2 rneovim-b92730410887be589dade66552ecb7948a7adf09.zip |
defaults: revert wildmode to 'full'
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/options.lua | 2 |
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', |