forked from VimPlug/jedi
fixed edge cases of dynamic array completion, which led to StopIteration
This commit is contained in:
@@ -383,6 +383,8 @@ first(1.0)[0]
|
||||
|
||||
def third():
|
||||
b = []
|
||||
b.extend
|
||||
extend()
|
||||
b.extend(first())
|
||||
return list(b)
|
||||
#?
|
||||
|
||||
Reference in New Issue
Block a user