Skip to content

Commit

Permalink
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 Jan 31, 2017
1 parent a809cae commit 4d51210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/jedi.vim
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ function! jedi#configure_call_signatures(...) abort
if g:jedi#show_call_signatures_delay > 0
if has('timers')
if g:jedi#show_call_signatures_modes =~# 'n'
autocmd WinEnter,CursorMoved <buffer> call jedi#show_call_signatures_delayed()
autocmd WinEnter,CursorMoved <buffer> call jedi#show_call_signatures_delayed('n')
endif
if g:jedi#show_call_signatures_modes =~# 'i'
autocmd InsertEnter,CursorMovedI <buffer> call jedi#show_call_signatures_delayed('i')
Expand Down

0 comments on commit 4d51210

Please sign in to comment.