Replies: 1 comment
-
BTW: following is the same feature come from helm-git-grep, i use this feature for a long time. https://github.com/yasuyk/helm-git-grep/blob/master/helm-git-grep.el#L695-L707 It support selection(if we have) or symbol under cursor. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following is a example. please see screenshot.
I set mark and selection the region
self.options
, then runhelm-grep-do-git-grep
, what i expected is, search the selection part.self.options
, but in fact, only the symbol under the cursor get matched.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions