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

Examine output of external command #2229

Closed
sakhnik opened this issue Mar 23, 2015 · 1 comment
Closed

Examine output of external command #2229

sakhnik opened this issue Mar 23, 2015 · 1 comment

Comments

@sakhnik
Copy link
Contributor

sakhnik commented Mar 23, 2015

Previously it was possible to examine output of an external command (make, for instance) in the terminal. With recent changes to neovim, this wouldn't work any more:

  1. Start nvim
  2. Execute :!for i in $(seq 1 1000); do echo $i; done
  3. Type ^Z

Expectation: The terminal shows listed numbers.
Reality: No output from external commands launched from neovim.

@justinmk
Copy link
Member

see #1716

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

2 participants