You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opened a javascript file (.js) and ran :TREPLSendLine
Command is sent to the IPython console instead of node
I've also tried it with shell scripts for simplicity, since python can be problematic at times, though I've had the same luck.
Expected behavior
Ideally, a new node console would be spawned, and the lines would be sent there.
Generally each buffer (filetype) could have lines from it sent to an appropriate REPL.
Versions (Issues without this information will take longer to be answered/solved):
OS: [ Ubuntu/18.04]
neoterm commit master/1283da9
The text was updated successfully, but these errors were encountered:
To Reproduce
Steps to reproduce the behavior:
.py
) and ran:TREPLSendLine
.js
) and ran:TREPLSendLine
I've also tried it with shell scripts for simplicity, since python can be problematic at times, though I've had the same luck.
Expected behavior
Ideally, a new node console would be spawned, and the lines would be sent there.
Generally each buffer (filetype) could have lines from it sent to an appropriate REPL.
Versions (Issues without this information will take longer to be answered/solved):
The text was updated successfully, but these errors were encountered: