show_func_def raised errors again (#3), almost fixes #9

This commit is contained in:
David Halter
2012-10-16 09:42:25 +02:00
parent d1844c45a1
commit 1e3e8e1aec
3 changed files with 5 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ endfunction
function jedi#show_func_def()
python jedi_vim.show_func_def(jedi_vim.get_script().get_in_function_call())
python jedi_vim.show_func_def()
endfunction