SublimeREPL icon indicating copy to clipboard operation
SublimeREPL copied to clipboard

Prompt does not move to the next line after evaluation

Open flcong opened this issue 5 years ago • 0 comments

I'm not sure if anyone else has encountered this issue. I use Ctrl+Shift+P and select SublimeREPL: Python to open the interpreter. When I evaluate a simple code (import os) by selection from a py-file, the prompt in the REPL continues on the current line, instead of moving to the next line:

image

flcong avatar Jan 21 '20 21:01 flcong