Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TREPLSendLine won't send lines to a filetype-appropriate REPL, if a different REPL is already open #320

Open
coinator opened this issue May 22, 2021 · 0 comments
Labels

Comments

@coinator
Copy link

To Reproduce

Steps to reproduce the behavior:

  1. Opened a python file (.py) and ran :TREPLSendLine
  2. Line is correctly ran in an IPython console
  3. Opened a javascript file (.js) and ran :TREPLSendLine
  4. 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
@coinator coinator added the bug label May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant