--HG-- branch : pmacs2
@ -701,7 +701,7 @@ class WrapLine(Method):
del tokens[:i]
x, y = self._clear_preceeding_spaces(tokens, x, y)
if tokens:
lines.append(''.join(tokens))
lines.append(''.join(tokens) + ' ')
return lines, x, y
def _execute(self, w, **vargs):