pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.09k stars 41 forks source link

Error running anyjump #116

Open mabembedded opened 1 month ago

mabembedded commented 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?

mabembedded commented 1 month ago

Looks like this is an issue with using ripgrep. When I switched to using ag, anyjump works great.