1
0
forked from VimPlug/jedi

Fix a few more file name completion cases

This commit is contained in:
Dave Halter
2019-08-04 22:43:23 +02:00
parent fd1e6afd07
commit e008a515e3
5 changed files with 43 additions and 18 deletions

View File

@@ -61,8 +61,8 @@ class AbstractNameDefinition(object):
class AbstractArbitraryName(AbstractNameDefinition):
"""
When you e.g. want to complete dicts keys, you probably want to complete
string literals, which is not really a name, but for Jedi it works the same
way
string literals, which is not really a name, but for Jedi we use this
concept of Name for completions as well.
"""
is_context_name = False