pechorin / any-jump.vim

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

Windows GVim cannot open temp files #28

Closed tactualjota closed 4 years ago

tactualjota commented 4 years ago

When I call :AnyJump, I get the following error:

Error detected while processing function <SNR>13_Jump[30]..search#SearchDefinitions[28]..<SNR>109_RunRgDefinitionSearch:

E484: Can't open file C:/Users/jata/AppData/Local/Temp/VIo479B.tmp

This is on Windows, with GVim installed with Choco, and 'rg' as the search engine. The same code works on ubuntu.

pechorin commented 4 years ago

Thanks for report, will fix temp files soon

pechorin commented 4 years ago

I think it fixed in https://github.com/pechorin/any-jump.vim/commit/59168eb78c6d48c62f0596416fdfe3e7e80f9e4f

please check