Fix call signature tests

Now all tests should be fixed again. Also removed a deprecated call to call_name.
This commit is contained in:
Dave Halter
2017-10-12 09:37:15 +02:00
parent 24496c1416
commit 7e6811cb4b
2 changed files with 11 additions and 8 deletions

View File

@@ -505,7 +505,7 @@ def cmdline_call_signatures(signatures):
vim_command(' echon "%s" | '
'echohl Function | echon "%s" | '
'echohl None | echon "(%s)"'
% (spaces, signatures[0].call_name, text))
% (spaces, signatures[0].name, text))
@_check_jedi_availability(show_error=True)