pechorin / any-jump.vim

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

E474: unidentified byte error: found argument '--auto-hybrid-regex' which wasn't expected or isn't valid in this context #43

Closed carelsarthur closed 4 years ago

carelsarthur commented 4 years ago

When doing :AnyJump I get the following error: Error detected while processing function <SNR>47_Jump[30]..search#SearchDefinitions[28]..<SNR>56_RunRgDefinitionSearch[8]..<SNR>56_ParseRgRe sults: line 7: E474: Unidentified byte: error: Found argument '--auto-hybrid-regex' which wasn't expected, or isn't valid in this context E474: Failed to parse error: Found argument '--auto-hybrid-regex' which wasn't expected, or isn't valid in this context

I have the following setting enabled in my init.vim: let g:any_jump_search_preferred_engine = 'rg' let g:any_jump_ignored_files = ['*.tmp','*.temp']

pechorin commented 4 years ago

Hello @carelsarthur, thanks for report. Which version of rg do you use?

carelsarthur commented 4 years ago

When running rg --version I get the following output: ripgrep 0.10.0 -SIMD -AVX (compiled) +SIMD +AVX (runtime)

pechorin commented 4 years ago

--autho-hybrid-regexp added only in 11.0.0, i should notice this in readme, thanks