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

@@ -24,7 +24,7 @@ if g:jedi#auto_initialization
end
if g:jedi#popup_on_dot
inoremap <buffer> . .<C-R>=jedi#do_popup_on_dot() ? "\<lt>C-X>\<lt>C-O>" : ""<CR>
inoremap <buffer> . .<C-R>=jedi#do_popup_on_dot() ? "\<C-X>\<C-O>" : ""<CR>
end
if g:jedi#auto_close_doc