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

Job on_stdout always waits for new line #619

Open
estacioneto opened this issue Sep 9, 2024 · 0 comments
Open

Job on_stdout always waits for new line #619

estacioneto opened this issue Sep 9, 2024 · 0 comments

Comments

@estacioneto
Copy link

Is there a way of not waiting for the new line to have the on_stdout handler called? I couldn't find it and I assume it's related to this repeat statement.

My scenario is that I have a command that waits for the user to press return, but its output asking for it is in the same line. The regular vim.uv.read_start function handles that well, but I couldn't make it work with plenary.job.

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant