skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

7.4.1829 support broken? #242

Closed kaihowl closed 2 years ago

kaihowl commented 2 years ago

Install fresh compiled 7.4.1829 on Ubuntu 20.04. Use d9cf2ae5d80821b8d0b1424392b28c18d7e032f6. Vimrc is minimalistic:

set nocompatible
call plug#begin()
Plug 'skywind3000/asyncrun.vim'
call plug#end()

When calling :AsyncRun echo test I get the following error:

Error detected while processing function asyncrun#run[150]..<SNR>9_run[186]..<SNR>9_AsyncRun_Job_Start:
line  108:
E729: using Funcref as a String
E475: Invalid argument: exit_cb
ERROR: Background job start failed 'echo test'
skywind3000 commented 2 years ago

I will check this later

skywind3000 commented 2 years ago

fixed in https://github.com/skywind3000/asyncrun.vim/releases/tag/2.9.10

kaihowl commented 2 years ago

Confirmed working.