-
Notifications
You must be signed in to change notification settings - Fork 106
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
Comments
This commit breaks it for me: 65735f6 I avoid this bug by checking out an earlier (working) version of this plugin. |
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
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?
The text was updated successfully, but these errors were encountered: