forked from VimPlug/jedi
Tell sith that 'completions' became 'complete'
This commit is contained in:
2
sith.py
2
sith.py
@@ -157,7 +157,7 @@ class TestCase(object):
|
|||||||
|
|
||||||
def show_operation(self):
|
def show_operation(self):
|
||||||
print("%s:\n" % self.operation.capitalize())
|
print("%s:\n" % self.operation.capitalize())
|
||||||
if self.operation == 'completions':
|
if self.operation == 'complete':
|
||||||
self.show_completions()
|
self.show_completions()
|
||||||
else:
|
else:
|
||||||
self.show_definitions()
|
self.show_definitions()
|
||||||
|
|||||||
Reference in New Issue
Block a user