Open mabembedded opened 1 month ago
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?
Looks like this is an issue with using ripgrep. When I switched to using ag, anyjump works great.
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 function15_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?