forked from VimPlug/jedi
private members are now being put at the end of a completion list, #78
This commit is contained in:
@@ -168,6 +168,7 @@ class Script(object):
|
||||
|
||||
|
||||
return sorted(comps, key=lambda x: (x.word.startswith('__'),
|
||||
x.word.startswith('_'),
|
||||
x.word.lower()))
|
||||
|
||||
def _prepare_goto(self, goto_path, is_like_search=False):
|
||||
|
||||
Reference in New Issue
Block a user