private members are now being put at the end of a completion list, #78

This commit is contained in:
David Halter
2012-12-11 09:37:52 +01:00
parent a3647a4c03
commit 6217e1e85a

View File

@@ -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):