-
Notifications
You must be signed in to change notification settings - Fork 41
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 imenu support #138
Add imenu support #138
Conversation
0aa1306
to
ddd9de0
Compare
Thanks. Looks good at a glance. I'll have to test this out a bit and review the code early next week. |
Thanks for looking at the patch. It's rebased now :) |
I've added a line to the documentation mentioning the Imenu integration. |
Reviewed now and added some comments. Just some smaller stuff but the doc info link needs fixing before I can merge. |
This changeset sets the buffer-local variable `imenu-create-index-function' if `rg-group-result` is enabled, configuring Imenu to list all the matched files and hence allowing to quickly jump to them. Closes dajva#136
Thanks for reviewing. I've applied (and rebased) changes to remove the unnecessary Regarding the docs I've just added an HTTP link for the time being. Hope it's good enough for now. |
Super. Thanks a lot. Looking forward to using this myself. |
This changeset sets the buffer-local variable
imenu-create-index-function
ifrg-group-result
is enabled, configuring Imenu to list all the matched files and hence allowing to quickly jump to them.Closes #136