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

Rfind with model directories #18

Closed
oscardelben opened this issue Apr 26, 2010 · 2 comments
Closed

Rfind with model directories #18

oscardelben opened this issue Apr 26, 2010 · 2 comments

Comments

@oscardelben
Copy link

In my models directory, I have this structure:

user.rb
user/validation.rb
user/states.rb

Now if I run Rfind user, I get the message 'user is a directory', and I have to reopen the previous file manually.

@tpope
Copy link
Owner

tpope commented Apr 27, 2010

So long as :Rfind wraps around :find, there's not much I can do about this. Filing under maybe/someday.

tpope added a commit that referenced this issue Aug 27, 2011
This is as close to addressing #18 as we're going to get.
@tpope
Copy link
Owner

tpope commented Aug 27, 2011

I've changed tab complete to include the .rb. That's as good as it's going to get. I'm probably killing :Rfind altogether soon anyways as the tab complete on :find is decent nowadays.

@tpope tpope closed this as completed Aug 27, 2011
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

2 participants