Skip to content

Commit 513367b

Browse files
committed
fixup! Add support for call signatures in normal mode
1 parent 056b1d2 commit 513367b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/jedi.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ function! jedi#configure_call_signatures(...) abort
566566
if g:jedi#show_call_signatures_delay > 0
567567
if has('timers')
568568
if g:jedi#show_call_signatures_modes =~# 'n'
569-
autocmd WinEnter,CursorMoved <buffer> call jedi#show_call_signatures_delayed()
569+
autocmd WinEnter,CursorMoved <buffer> call jedi#show_call_signatures_delayed('n')
570570
endif
571571
if g:jedi#show_call_signatures_modes =~# 'i'
572572
autocmd InsertEnter,CursorMovedI <buffer> call jedi#show_call_signatures_delayed('i')

0 commit comments

Comments
 (0)