Skip to content

Commit

Permalink
fixup! fixup! fixup! Add support for call signatures in normal mode
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 7, 2017
1 parent a4ec618 commit 7ddc508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload/jedi.vim
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,9 @@ function! jedi#configure_call_signatures(...) abort

let g:jedi#show_call_signatures = new

if s:prev_show_call_signatures
call jedi#clear_call_signatures()
endif
if new != s:prev_show_call_signatures
" Cleanup.
if s:prev_show_call_signatures == 1
Expand Down

0 comments on commit 7ddc508

Please sign in to comment.