1
0
forked from VimPlug/jedi

prepare for eventual? tokenizer end_pos replacement.

This commit is contained in:
Dave Halter
2014-02-25 11:59:10 +01:00
parent 246118f851
commit 3a23c80ae5
4 changed files with 27 additions and 24 deletions

View File

@@ -42,7 +42,8 @@ class UserContext(object):
else:
line = self.get_line(self._line_temp)
self._line_length = len(line)
line = line + '\n'
line = '\n' + line
# add lines with a backslash at the end
while True:
self._line_temp -= 1