From a0caebac9a81803ee78e4c482266e7af78cd5cdf Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 29 Jun 2014 19:46:25 +0200 Subject: [PATCH] replaced g:jedi#show_function_definition to g:jedi#show_call_signatures in vimrc --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 89acba4..3d0d780 100644 --- a/.vimrc +++ b/.vimrc @@ -197,7 +197,7 @@ let g:languagetool_jar='/opt/LanguageTool/languagetool-commandline.jar' " automatically popup is annoying let g:jedi#popup_on_dot = 0 " also this one is pretty annoying -let g:jedi#show_function_definition = "0" +let g:jedi#show_call_signatures = "0" "let g:languagetool_lang=pl "}}} "NERDtree {{{