pechorin / any-jump.vim

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

Error when running any-jump command on fish shell #84

Open plateena opened 3 years ago

plateena commented 3 years ago

I just install the any-jump.vim. But I got an error when running :AnyJump image I tried on vim and js type file it working ok. The error happened in php type file.

hyche commented 3 years ago

I use fish, and this also happens for me, but different error message image

A way to workaround is execute vim which SHELL set to bash, for example:

SHELL=(which bash) vim a_file