We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056b1d2 commit 513367bCopy full SHA for 513367b
autoload/jedi.vim
@@ -566,7 +566,7 @@ function! jedi#configure_call_signatures(...) abort
566
if g:jedi#show_call_signatures_delay > 0
567
if has('timers')
568
if g:jedi#show_call_signatures_modes =~# 'n'
569
- autocmd WinEnter,CursorMoved <buffer> call jedi#show_call_signatures_delayed()
+ autocmd WinEnter,CursorMoved <buffer> call jedi#show_call_signatures_delayed('n')
570
endif
571
if g:jedi#show_call_signatures_modes =~# 'i'
572
autocmd InsertEnter,CursorMovedI <buffer> call jedi#show_call_signatures_delayed('i')
0 commit comments