We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576dbbe commit c1736d8Copy full SHA for c1736d8
bpython/cli.py
@@ -1472,13 +1472,13 @@ def lf(self):
1472
for _ in range(self.cpos):
1473
self.mvc(-1)
1474
1475
- self.inside_string = next_token_inside_string(self.s,
1476
- self.inside_string)
1477
-
1478
# Reprint the line (as there was maybe a highlighted paren in it)
1479
self.print_line(self.s, newline=True)
1480
self.echo("\n")
1481
+ self.inside_string = next_token_inside_string(self.s,
+ self.inside_string)
+
1482
def addstr(self, s):
1483
"""Add a string to the current input line and figure out
1484
where it should go, depending on the cursor position."""
0 commit comments