forked from VimPlug/jedi
Fix get_path_until_cursor for empty path + continuation
This commit is contained in:
@@ -188,6 +188,7 @@ class ModuleWithCursor(Module):
|
|||||||
elif token_type == tokenize.NUMBER:
|
elif token_type == tokenize.NUMBER:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
self._column_temp = self._line_length - end[1]
|
||||||
break
|
break
|
||||||
|
|
||||||
self._column_temp = self._line_length - end[1]
|
self._column_temp = self._line_length - end[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user