forked from VimPlug/jedi
fix indexing issues for multiple index options
This commit is contained in:
@@ -12,6 +12,7 @@ sorted(arr)[0]
|
||||
|
||||
#? str()
|
||||
next(reversed(arr))
|
||||
next(reversed(arr))
|
||||
|
||||
# should not fail if there's no return value.
|
||||
def yielder():
|
||||
|
||||
Reference in New Issue
Block a user