mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
Fix call signature tests
Now all tests should be fixed again. Also removed a deprecated call to call_name.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user