-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add posfilter processor #20
Comments
This feature aim to a plugin feature for ag.vim. A supposed implementation for definitions/callings:
|
Use g:ag to define postprocesor variable. It will be a function which process each line and returns the filtered result. e.g: pseudocode Implementation for definition/callings on vimL:
|
With 5f3ea8d place to put this is mostly defined. Instead of an IgnorePattern, this match patterns will work finding callers/callees or similar |
Except for sparse searches, many times a search has an underliying pattern.
e.g. When searching "Foo" relating "function Foo" you may want to include only matches with "function" (search function definition) or exclude them (search function calls)
The text was updated successfully, but these errors were encountered: