1
0
forked from VimPlug/jedi

fixed position problems (with tokenizer offsets)

This commit is contained in:
David Halter
2013-02-21 21:45:39 +04:30
parent 80423ddb57
commit 923e59b9c2
2 changed files with 8 additions and 3 deletions

View File

@@ -90,7 +90,6 @@ class Simple(Base):
def __repr__(self):
code = self.get_code().replace('\n', ' ')
# TODO (this todo doesn't belong here) positions are not added right.
return "<%s: %s@%s,%s>" % \
(type(self).__name__, code, self.start_pos[0], self.start_pos[1])