-
Notifications
You must be signed in to change notification settings - Fork 7
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
Breaks with JRuby using VIM as editor #3
Comments
Which version of jruby are you using? |
This is reproducible on 1.5.6 and 1.6.0.RC1. I haven't tried any older versions. |
FYI, I haven't forgotten about this. I've looked into it and am playing with the spoon gem for spawning processes from JRuby. |
Just an update, I see the issue still in JRuby 1.6.1. Are there any known workarounds? |
I should add that im coming from the 'bundle open [gemname]' which i guess is just using gemedit. Is there a chance this is already fixed and bundler just needs to be updated? |
|
The VIM output is piped to STDOUT without letting me interact with the VIM interface. You can briefly see VIM's warning message:
Vim: Warning: Output is not to a terminal
Vim: Warning: Input is not from a terminal
The text was updated successfully, but these errors were encountered: