Show More
@@ -43,7 +43,10 b' class ClientCompleter2p(object):' | |||||
43 | self.matches = [] |
|
43 | self.matches = [] | |
44 | print('WARNING: Kernel timeout on tab completion.') |
|
44 | print('WARNING: Kernel timeout on tab completion.') | |
45 | #print self.matches |
|
45 | #print self.matches | |
46 | return self.matches |
|
46 | try: | |
|
47 | return self.matches[state] | |||
|
48 | except IndexError: | |||
|
49 | return None | |||
|
50 | ||||
47 |
|
51 | |||
48 |
|
52 | |||
49 | No newline at end of file |
|
General Comments 0
You need to be logged in to leave comments.
Login now