forked from VimPlug/jedi
Fix decorator param completion
This commit is contained in:
@@ -65,6 +65,10 @@ any(iterable=)
|
||||
def foo(xyz):
|
||||
pass
|
||||
|
||||
#? 7 ['xyz=']
|
||||
@foo(xy)
|
||||
def x(): pass
|
||||
|
||||
#? 7 ['xyz=']
|
||||
foo(xyz)
|
||||
# No completion should be possible if it's not a simple name
|
||||
|
||||
Reference in New Issue
Block a user