-
Notifications
You must be signed in to change notification settings - Fork 131
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
Ignore with wildignore #77
base: master
Are you sure you want to change the base?
Conversation
This is on by default (which will change the default behavior for users, but I think it's a good default). There might be patterns that need to be escaped, but I haven't had an issue with mine yet.
Looking for feedback/testing/review:
Let me know if you want help pulling it down and testing it locally. |
I haven't reviewed the code but would welcome the functionality. +1 from me |
FWIW, ack.vim had this feature and removed it because of problems. Granted, one of the problems there was that it needed more special-case handling workarounds for people that wanted to use Ag with ack.vim, which maybe isn't a problem here (until a next-generation tool comes along that people want to set as For my two cents I think I agree with the author's reasoning on that issue:
|
Thanks for your thought on this. I've added some comments inline below.
I don't think this needs to be a concern for this plugin. If we can help those users deal with using other programs w/this wrapper, then good. However I think it's ok for this plugin just to focus on ag support. We can fork it when
I sort of agree with you here, but I also like that (by setting
I agree here. This is the main reason I've been leaving this one open for so long (other than I've been busy and it needs to be rebased). Maybe we could add testing to this plugin to prove this isn't possible/likely.
You could just turn off
I guess it depends on if you set These aren't all amazing arguments, and more discussion/testing/rebasing is needed if/before we want to merge this, but I still think it could be useful. |
Add auto-preview feature
Fair points. I'm certainly not opposed to adding the feature and think some people will like it if it's solid, just wanted to air those counterpoints for discussion. My vote would be for this to be off by default, though. Personally, everything in my |
I also think it would be better to leave it off by default. You can imagine the flurry of users asking why things are slightly different with the update 😄 |
Any status on this? The feature is much needed. |
Closes #67