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

Support running examples by visual selection #129

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rlue
Copy link

@rlue rlue commented Aug 9, 2017

I've modified the public function RunNearestSpec() to support visual selections. It behaves the same as before in Normal mode, but now runs, e.g., $ rspec <spec_file>:8:9:10:11:12 for a visual selection spanning lines 8–12.

I also changed the name to RunExamples() because it seemed semantically more correct to me, but kept the old one in the interest of backwards compatibility.

I did not, however, run the tests or add a test for this new function. I'd be happy to, but I'd like to make sure that the maintainers are interested in pulling this change before committing to all that work.

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

Successfully merging this pull request may close these issues.

1 participant