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:
|
||||
pass
|
||||
else:
|
||||
self._column_temp = self._line_length - end[1]
|
||||
break
|
||||
|
||||
self._column_temp = self._line_length - end[1]
|
||||
|
||||
Reference in New Issue
Block a user