1
0
forked from VimPlug/jedi

Fix the error

This commit is contained in:
Takafumi Arakaki
2013-05-24 21:06:48 +02:00
parent 105bb2b1ca
commit 05564c23d5

View File

@@ -141,6 +141,7 @@ class ModuleWithCursor(Module):
last_line = self.get_line(self._line_temp)
if last_line and last_line[-1] == '\\':
line = last_line[:-1] + ' ' + line
self._line_length = len(last_line)
else:
break
return line[::-1]