wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 312 forks source link

Prompt does not move to the next line after evaluation #582

Open flcong opened 4 years ago

flcong commented 4 years ago

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