haya14busa / vim-stacktrace

:mag: :bug: :paw_prints: Stacktrace of Vim script
MIT License
21 stars 0 forks source link

Is this supposed to work with Neovim? #6

Open jarandaf opened 7 years ago

jarandaf commented 7 years ago

I am getting the following error when I use :CStacktraceFromhist on error:

line    7:
E117: Unknown function: job_start                                                                                                                                                 
E15: Invalid expression: job_start(s:cmd, s:option)                                                                                                                               
Error detected while processing function <SNR>53_fromhist[1]..stacktrace#fromhist:                                                                                               
line    1:                                                                                                                                                                        
E117: Unknown function: ch_evalexpr                                                                                                                                               
E15: Invalid expression: ch_evalexpr(s:job_start(), {'id': 'stacktrace#fromhist'})                                                                                                
Error detected while processing function <SNR>53_fromhist[1]..stacktrace#fromhist[1]..<SNR>103_job_start:
jarandaf commented 7 years ago

It looks like there are indeed some incompatibility issues around the Jobs API.