1
0
forked from VimPlug/jedi

Fix get_path_until_cursor for empty path + continuation

This commit is contained in:
Takafumi Arakaki
2013-05-24 22:09:24 +02:00
parent 71455f6b31
commit 1f3c4700c9

View File

@@ -188,6 +188,7 @@ class ModuleWithCursor(Module):
elif token_type == tokenize.NUMBER:
pass
else:
self._column_temp = self._line_length - end[1]
break
self._column_temp = self._line_length - end[1]