use CursorMovedI to check for executions as discussed in #3

This commit is contained in:
David Halter
2012-09-30 22:59:41 +02:00
parent f62067b463
commit 1c29cd6d96
2 changed files with 3 additions and 8 deletions

View File

@@ -321,10 +321,5 @@ endfunc
function! jedi#configure_function_definition()
autocmd InsertLeave <buffer> call jedi#clear_func_def()
" , and () mappings
inoremap <buffer> ( (<C-R>=jedi#show_func_def()<CR>
inoremap <buffer> ) )<C-R>=jedi#show_func_def()<CR>
inoremap <buffer> , ,<C-R>=jedi#show_func_def()<CR>
inoremap <buffer> <BS> <BS><C-R>=jedi#show_func_def()<CR>
autocmd CursorMovedI <buffer> call jedi#show_func_def()
endfunction

2
jedi

Submodule jedi updated: ff84e4670b...1009a0b376