Skip to content

Commit 7ddc508

Browse files
committed
fixup! fixup! fixup! Add support for call signatures in normal mode
1 parent a4ec618 commit 7ddc508

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autoload/jedi.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,9 @@ function! jedi#configure_call_signatures(...) abort
501501

502502
let g:jedi#show_call_signatures = new
503503

504+
if s:prev_show_call_signatures
505+
call jedi#clear_call_signatures()
506+
endif
504507
if new != s:prev_show_call_signatures
505508
" Cleanup.
506509
if s:prev_show_call_signatures == 1

0 commit comments

Comments
 (0)