Skip to content

Commit f6e4dac

Browse files
fix recent regression causing paren not to be highlighted
--HG-- branch : scroll-frontend
1 parent 66c565a commit f6e4dac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/scrollfrontend/repl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ def on_enter(self, insert_into_history=True):
353353
self.history.append(self._current_line)
354354
line = self._current_line
355355
#self._current_line = ''
356-
self.cursor_offset_in_line = 0
357356
self.push(line, insert_into_history=insert_into_history)
358357

359358
def send_to_stdout(self, output):

0 commit comments

Comments
 (0)