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

can't find symbols #45

Open
eduardoarandah opened this issue Sep 4, 2019 · 0 comments
Open

can't find symbols #45

eduardoarandah opened this issue Sep 4, 2019 · 0 comments

Comments

@eduardoarandah
Copy link

Doesn't work:
:Rg $block['className']

imagen

Bad results
:Rg block['className']

imagen

Unrecognized
:Rg block[\'className\']
imagen

This one works!
:Rg \$block\['className'\]
imagen

I guess this is because all searches are made as regex?

Can I suggest having two commands?
like Rg to literal and Rgp for patterns?

it's hard to think on what needs to be escaped in regex all the time

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

1 participant