skwp / vim-ruby-conque

Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
61 stars 17 forks source link

Add command to call RelatedSpec(V)Open #10

Closed DSIW closed 12 years ago

DSIW commented 12 years ago

Now you can use :RelatedSpecOpen and :RelatedSpecVOpen to call the corresponding functions. I updated the mappings, too.

BTW: I couldn't get this to run. If I call one of these functions, my VIM doesn't do anything, which I can see. For example no buffer is opened after calling. I think this isn't the right place to get help?!

skwp commented 12 years ago

Thanks I am out of town till jul9. will take a look then

Yan Pritzker Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Wednesday, June 27, 2012 at 12:53 AM, DSIW wrote:

Now you can use :RelatedSpecOpen and :RelatedSpecVOpen to call the corresponding functions. I updated the mappings, too.

BTW: I couldn't get this to run. If I call one of these functions, my VIM doesn't do anything, which I can see. For example no buffer is opened after calling. I think this isn't the right place to get help?!

You can merge this Pull Request by running:

git pull https://github.com/DSIW/vim-ruby-conque master

Or you can view, comment on it, or merge it online at:

https://github.com/skwp/vim-ruby-conque/pull/10

-- Commit Summary --

  • Add command to call RelatedSpec(V)Open

-- File Changes --

M plugin/spec-finder.vim (7)

-- Patch Links --

https://github.com/skwp/vim-ruby-conque/pull/10.patch https://github.com/skwp/vim-ruby-conque/pull/10.diff


Reply to this email directly or view it on GitHub: https://github.com/skwp/vim-ruby-conque/pull/10

jphenow commented 12 years ago

Status on getting these to work at all? I just noticed how much I want to use this

skwp commented 12 years ago

These bindings work for me just fine. This stuff is already merged