1
0
forked from VimPlug/jedi

global working.

This commit is contained in:
Dave Halter
2014-11-13 18:13:56 +01:00
parent f3c2b4fc33
commit 13a128b160
4 changed files with 13 additions and 3 deletions

View File

@@ -1152,7 +1152,7 @@ class KeywordStatement(Simple):
class GlobalStmt(Simple):
def names(self):
def get_defined_names(self):
return self.children[1::2]