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

Dispatch is not working on screen (vagrant) #27

Closed
sobrinho opened this issue Apr 10, 2013 · 4 comments
Closed

Dispatch is not working on screen (vagrant) #27

sobrinho opened this issue Apr 10, 2013 · 4 comments

Comments

@sobrinho
Copy link

Hi @tpope ❤️

I'm trying to use the Dispatch and Dispatch! commands inside a screen session on a vagrant machine but seems like it's not working.

The Dispatch command just run the rspec like !, blocking my session until the rspec finishes.

The Dispatch! command says it's running on screen but it don't, I got the message:

:!rspec spec/support/turnip/sign_in_and_sign_out_steps.rb (screen)                                                        69,7          77%

But checking on ps, it's not there.

What information do you need to trace the problem?

I'm using my own vimfiles, Ubuntu Precise 64 and Vi IMproved 7.3 (2010 Aug 15, compiled May 4 2012 04:25:35) running on vagrant.

@tpope
Copy link
Owner

tpope commented Apr 10, 2013

:Dispatch is working as intended, as foreground builds aren't supported with the screen adapter, and unsupported configurations fall back to inline executions. For :Dispatch!, check :Copen!. Is there any output, or just an error about a missing file?

Do :Start and :Start! work?

@sobrinho
Copy link
Author

@tpope I will check that tonight (12pm here right now) :)

@killwing
Copy link

i get the same problem too. may it's the same issue as #25.
ps: seems the dev problem has no problem, where to get it?

@tpope
Copy link
Owner

tpope commented Mar 30, 2014

There have been some changes here, so until further information is provided I'm going to assume this is fixed.

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

3 participants