forked from VimPlug/jedi
Fix the error
This commit is contained in:
@@ -141,6 +141,7 @@ class ModuleWithCursor(Module):
|
|||||||
last_line = self.get_line(self._line_temp)
|
last_line = self.get_line(self._line_temp)
|
||||||
if last_line and last_line[-1] == '\\':
|
if last_line and last_line[-1] == '\\':
|
||||||
line = last_line[:-1] + ' ' + line
|
line = last_line[:-1] + ' ' + line
|
||||||
|
self._line_length = len(last_line)
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
return line[::-1]
|
return line[::-1]
|
||||||
|
|||||||
Reference in New Issue
Block a user