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

floaterm: allow to set "autoclose"? #272

Closed eliasdaler closed 1 year ago

eliasdaler commented 1 year ago

Hello. I think it'll be good to allow to set "autoclose" parameter for floaterm here.

Otherwise, I can't make a windows which auto-close on success. (e.g. if it would be possible to set "--autoclose=1" there, then it would be easy to do what I want)