##// END OF EJS Templates
replace rl history after running the cell...
Julian Taylor -
Show More
@@ -322,8 +322,8 b' class TerminalInteractiveShell(InteractiveShell):'
322 self.edit_syntax_error()
322 self.edit_syntax_error()
323 if not more:
323 if not more:
324 source_raw = self.input_splitter.source_raw_reset()[1]
324 source_raw = self.input_splitter.source_raw_reset()[1]
325 self._replace_rlhist_multiline(source_raw)
326 self.run_cell(source_raw, store_history=True)
325 self.run_cell(source_raw, store_history=True)
326 self._replace_rlhist_multiline(source_raw)
327
327
328 # We are off again...
328 # We are off again...
329 __builtin__.__dict__['__IPYTHON__active'] -= 1
329 __builtin__.__dict__['__IPYTHON__active'] -= 1
General Comments 0
You need to be logged in to leave comments. Login now