Skip to content

Commit

Permalink
Remove bufvars context
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 3, 2018
1 parent 88c5782 commit c7d31a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/deoplete/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ function! deoplete#init#_context(event, sources) abort
\ 'vars': filter(copy(g:),
\ "stridx(v:key, 'deoplete#') == 0
\ && v:key !=# 'deoplete#_yarp'"),
\ 'bufvars': filter(copy(b:), "stridx(v:key, 'deoplete_') == 0"),
\ 'custom': deoplete#custom#_get(),
\ 'omni__omnifunc': &l:omnifunc,
\ 'dict__dictionary': &l:dictionary,
Expand Down

0 comments on commit c7d31a3

Please sign in to comment.