thoughtbot / vim-rspec

Run Rspec specs from Vim
https://robots.thoughtbot.com
MIT License
657 stars 108 forks source link

Open result in quickfix window #39

Closed jvanbaarsen closed 10 years ago

jvanbaarsen commented 10 years ago

Not sure if this is an issue or not, but would it be possible to open the results in the vim quickfix window? instead of returning to the terminal?

djcp commented 10 years ago

I like that this returns to the terminal because it allows features like pry (which require a fully functioning terminal) to work properly.

jvanbaarsen commented 10 years ago

@djcp But wouldn't it be possible to create like an option you can set, to opt-in for the quickfix window (so default behavior wont change?)

djcp commented 10 years ago

Of course. We're always interested in pull requests if you're willing to take a stab at this.

gylaz commented 10 years ago

Closing this, since this is not something we're planning on implementing.