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

Command send to shell (vim-dispatch) #68

Open
tomaszwojcik opened this issue Oct 8, 2014 · 2 comments
Open

Command send to shell (vim-dispatch) #68

tomaszwojcik opened this issue Oct 8, 2014 · 2 comments

Comments

@tomaszwojcik
Copy link

Hey

I have the latest version of the vim-rspec and vim-dispatch.

My vim-rspec settings:
let g:rspec_runner = "os_x_iterm"
let g:rspec_command = "Dispatch bundle exec rspec {spec}"

Instead of running the test whole g:rspec_command is send to the console.

Any ideas how can I fix that issue?

@suweller
Copy link

This commit breaks it for me: 65735f6
Reloading all plugins after having started vim solves it for that vim session.

I avoid this bug by checking out an earlier (working) version of this plugin.

@gylaz
Copy link
Contributor

gylaz commented Oct 14, 2014

I've opened up #69 to solve this issue.

reshleman added a commit to reshleman/dotfiles that referenced this issue Mar 31, 2015
Pending resolution of thoughtbot/vim-rspec#68, this commit points
vim-rspec to the `HEAD` revision of `reshleman/vim-rspec`, which is the
commit prior to the introduction of the associated bug.
reshleman added a commit to reshleman/dotfiles that referenced this issue Mar 31, 2015
Pending resolution of thoughtbot/vim-rspec#68, this commit points
vim-rspec to the `HEAD` revision of `reshleman/vim-rspec`, which is the
commit prior to the introduction of the associated bug. (Vundle doesn't
allow a revision to be specified other than master...)
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