Show More
@@ -380,7 +380,7 b' class IPCompleter(Completer):' | |||||
380 | open_quotes = 1 |
|
380 | open_quotes = 1 | |
381 | lsplit = lbuf.split("'")[-1] |
|
381 | lsplit = lbuf.split("'")[-1] | |
382 | else: |
|
382 | else: | |
383 |
return |
|
383 | return [] | |
384 | except IndexError: |
|
384 | except IndexError: | |
385 | # tab pressed on empty line |
|
385 | # tab pressed on empty line | |
386 | lsplit = "" |
|
386 | lsplit = "" |
General Comments 0
You need to be logged in to leave comments.
Login now