1
0
forked from VimPlug/jedi

Fix goto tests.

This commit is contained in:
Dave Halter
2016-11-17 23:28:47 +01:00
parent d15016c5c1
commit 05581714d9
10 changed files with 114 additions and 35 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class KeywordName(AbstractNameDefinition):
class Keyword(object):
type = 'completion_keyword'
api_type = 'keyword'
def __init__(self, evaluator, name, pos):
self.name = KeywordName(evaluator, name)