We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using any-jump on vim 8.2 against a C code base, running ripgrep 13.0.0, I get the following error:
`Error detected while processing function 15_Jump[32]..search#SearchDefinitions[33]..32_RunRgDefinitionSearch[8]..32_ParseRgResults:
line 7: E491: json decode error at 'regex could not be compiled with either the default regex engine or with PCRE2.'`
Any thoughts on what I could be doing wrong?
The text was updated successfully, but these errors were encountered:
Looks like this is an issue with using ripgrep. When I switched to using ag, anyjump works great.
Sorry, something went wrong.
No branches or pull requests
Using any-jump on vim 8.2 against a C code base, running ripgrep 13.0.0, I get the following error:
`Error detected while processing function 15_Jump[32]..search#SearchDefinitions[33]..32_RunRgDefinitionSearch[8]..32_ParseRgResults:
line 7:
E491: json decode error at 'regex could not be compiled with either the default regex engine or with PCRE2.'`
Any thoughts on what I could be doing wrong?
The text was updated successfully, but these errors were encountered: