removed sorting, because jedi does that now.

This commit is contained in:
David Halter
2012-11-21 17:33:12 +01:00
parent 997be00004
commit 75dee25646
3 changed files with 2 additions and 4 deletions

View File

@@ -77,8 +77,6 @@ def complete():
)
out.append(d)
out.sort(key=lambda x: x['word'].lower())
strout = str(out)
except Exception:
# print to stdout, will be in :messages