diff --git a/ftplugin/python/jedi.vim b/ftplugin/python/jedi.vim index 4cd90a5..357c93c 100644 --- a/ftplugin/python/jedi.vim +++ b/ftplugin/python/jedi.vim @@ -24,7 +24,7 @@ if g:jedi#auto_initialization end if g:jedi#popup_on_dot - inoremap . .=jedi#do_popup_on_dot() ? "\C-X>\C-O>" : "" + inoremap . .=jedi#do_popup_on_dot() ? "\\" : "" end if g:jedi#auto_close_doc diff --git a/jedi b/jedi index 9f1f230..24b8942 160000 --- a/jedi +++ b/jedi @@ -1 +1 @@ -Subproject commit 9f1f230a02261d5fa46ce4b466780baee089a697 +Subproject commit 24b8942713114f26dc6f4c2e244b4aae2f287df8 diff --git a/plugin/jedi_vim.py b/plugin/jedi_vim.py index adb8f2b..26e5fcf 100644 --- a/plugin/jedi_vim.py +++ b/plugin/jedi_vim.py @@ -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