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

Issues with using ctrl-c in shell commands #28

Closed
buotex opened this issue Jan 23, 2014 · 2 comments
Closed

Issues with using ctrl-c in shell commands #28

buotex opened this issue Jan 23, 2014 · 2 comments

Comments

@buotex
Copy link

buotex commented Jan 23, 2014

Hi,
I've experienced the following:
When I use asynccommand#run("example") and then, in addition, cancel a shell command with ctrl-c (say, :!python), ctrl-c will also cancel example.
Is there any way to circumvent this behaviour so that example will keep running?

SIdenote: This only happens when I use the console-version of vim, not Gvim

@idbrii
Copy link
Owner

idbrii commented Aug 1, 2014

I assume this is on unix?

Do you encounter the same problem if you do:

:!example >~/output &
:!python
C-c

I suspect this is just due to the way jobs and interrupt messaging are handled on unix, but I'm not sure.

@idbrii
Copy link
Owner

idbrii commented May 15, 2015

Closed for insufficient information and inactivity.

@idbrii idbrii closed this as completed May 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants