1
0
forked from VimPlug/jedi

Get an own class for type aliases

This commit is contained in:
Dave Halter
2018-08-29 22:46:28 +02:00
parent 0edfe86d8b
commit 511ba5231a
3 changed files with 50 additions and 15 deletions

View File

@@ -233,7 +233,7 @@ class Completion:
)
contexts = evaluate_call_of_leaf(evaluation_context, previous_leaf)
completion_names = []
debug.dbg('trailer completion contexts: %s', contexts)
debug.dbg('trailer completion contexts: %s', contexts, color='MAGENTA')
for context in contexts:
for filter in context.get_filters(
search_global=False, origin_scope=user_context.tree_node):