1
0
forked from VimPlug/jedi

other random bugfixes for positions and the use of fast_parser

This commit is contained in:
David Halter
2012-12-14 15:22:28 +01:00
parent 05885a8b06
commit 6963a6ac4a
3 changed files with 7 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ class Script(object):
def _prepare_goto(self, goto_path, is_like_search=False):
""" Base for complete, goto and get_definition. Basically it returns
the resolved scopes under cursor. """
debug.dbg('start: %s in %s' % (goto_path, self.parser.scope))
debug.dbg('start: %s in %s' % (goto_path, self.parser.user_scope))
user_stmt = self.parser.user_stmt
debug.speed('parsed')