devjoe/vim-codequery

Unknown function `job_start` in neovim

Closed this issue · 5 comments

I tried running CodeQueryMakeDB and got:


Making DB ...
Error detected while processing function codequery#make_codequery_db:
line   45:
E117: Unknown function: job_start
E15: Invalid expression: job_start(['/bin/sh', '-c', shell_cmd], options)
Press ENTER or type command to continue

I'm using neovim on OSX. It seems like it could be a similary issue to what I see here

Related: #16

Solved in #16
Thanks for your report. I miss too many messages.

I still have this issue with the newest stable NeoVim.

@xarthurx can you do me a favor?
please run :echo has('nvim') in your nvim to see whether the returned value is 1 or not