mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 11:14:32 +08:00
@@ -77,6 +77,8 @@ def complete():
|
|||||||
)
|
)
|
||||||
out.append(d)
|
out.append(d)
|
||||||
|
|
||||||
|
out.sort(key=lambda x: x['word'].lower())
|
||||||
|
|
||||||
strout = str(out)
|
strout = str(out)
|
||||||
except Exception:
|
except Exception:
|
||||||
# print to stdout, will be in :messages
|
# print to stdout, will be in :messages
|
||||||
|
|||||||
Reference in New Issue
Block a user