diff --git a/plugin/jedi_vim.py b/plugin/jedi_vim.py index 69cda3e..4da6284 100644 --- a/plugin/jedi_vim.py +++ b/plugin/jedi_vim.py @@ -77,6 +77,8 @@ 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