Conversation
2380a5f to
c6aa1b9
Compare
c6aa1b9 to
b744060
Compare
If `g:rspec_runner` is not provided the `g:rspec_command` will be piped to GUI vim as-is. This allows users to use `vim-dispatch` with GUI vim.
b744060 to
fdc56c1
Compare
|
ping @christoomey @jferris |
|
The only problem I see here is that out-of-the box, this doesn't work for MacVim because the default spec command won't work without |
There was a problem hiding this comment.
Would it be possible for this to point to something more in the users control? Perhaps a script in ~/bin? They might need to hard code the path, and I believe the script execution in the plugin would need to be updated, but I think that could be a better approach. Otherwise they would need to either gitignore their script, or rebase a branch, or otherwise manage it as an addition to the repo.
There was a problem hiding this comment.
Interesting idea. It think this would be a good approach, with allowing people to override the default bin/ path. However, there's no evidence that people are even using this feature. Thus, it would be low priority to focus on something, that's not a reported problem.
|
Overall I think the explicitness requirement is fine, and the readme updates seems good to cover the change. I did have one concern about recommending they add their custom script to the plugin |
|
Thanks, @christoomey. |
If
g:rspec_runneris not providedthe
g:rspec_commandwill be piped to GUI vim as-is.This allows users to use
vim-dispatchwith GUI vim.