forked from VimPlug/jedi
Exchange the completion trailer evaluation logic. It's way more consistent now.
This commit is contained in:
@@ -20,3 +20,12 @@ a(some_args)
|
||||
|
||||
#? 13 []
|
||||
a(some_kwargs)
|
||||
|
||||
def multiple(foo, bar):
|
||||
pass
|
||||
|
||||
#? 17 ['bar']
|
||||
multiple(foo, bar)
|
||||
|
||||
#? ['bar']
|
||||
multiple(foo, bar
|
||||
|
||||
Reference in New Issue
Block a user