summaryrefslogtreecommitdiff
path: root/autoload/deoplete/init.vim
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2018-10-04 08:47:09 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2018-10-04 08:47:09 +0900
commit88c5782a0f2080f0fd3153dc6ede77156f8289eb (patch)
tree242c1821571afc39d62929689069c5fe8887a521 /autoload/deoplete/init.vim
parent0c402628909b14332353ce38f3c9aa19ff7bab20 (diff)
downloaddeoplete.nvim-88c5782a0f2080f0fd3153dc6ede77156f8289eb.zip
Remove delay context
Diffstat (limited to 'autoload/deoplete/init.vim')
-rw-r--r--autoload/deoplete/init.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/deoplete/init.vim b/autoload/deoplete/init.vim
index 2b368f6..79e8c11 100644
--- a/autoload/deoplete/init.vim
+++ b/autoload/deoplete/init.vim
@@ -226,7 +226,6 @@ function! deoplete#init#_context(event, sources) abort
\ 'ignorecase': deoplete#custom#_get_option('ignore_case'),
\ 'smartcase': deoplete#custom#_get_option('smart_case'),
\ 'camelcase': deoplete#custom#_get_option('camel_case'),
- \ 'delay': deoplete#custom#_get_option('auto_complete_delay'),
\ 'sources': sources,
\ 'max_abbr_width': max_width,
\ 'max_kind_width': max_width,