pechorin / any-jump.vim

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

E716: Key not present in Dictionary: "text" #105

Open mingleeShade opened 1 year ago

mingleeShade commented 1 year ago
Error detected while processing function <SNR>64_Jump[37]..search#SearchUsages[4]..<SNR>176_RunRgUsagesSearch[15]..<SNR>176_ParseRgResults:                                                                                         
line   16:                                                                                                                                                                                                                          
E716: Key not present in Dictionary: "text"

When I was searching for the Save() function, I encountered the error mentioned above. However, other functions like RealSave() are working fine. Here are the details of my environment:

NVIM v0.9.0-dev-213+gcc5b736
The git commit hash of any-jump.vim is: "c3f07e0f22881b4e0fe1e825f4ecb4a1d3d2ea72", master branch
ripgrep 13.0.0 (rev 7ec2fd51ba)
pechorin commented 1 year ago

Hello, thanks for detailed report; can you also say what filetype do you work on?

mingleeShade commented 1 year ago

Thank you for your response. I am working with cpp files.