1
0
forked from VimPlug/jedi

other random bugfixes for positions and the use of fast_parser

This commit is contained in:
David Halter
2012-12-14 15:22:28 +01:00
parent 05885a8b06
commit 6963a6ac4a
3 changed files with 7 additions and 4 deletions

View File

@@ -252,5 +252,3 @@ def scan_array_for_pos(arr, pos):
# The third return is just necessary for recursion inside, because
# it needs to know when to stop iterating.
return call, check_arr_index(), stop