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

Add ability to specify autoclose parameter for floaterm #275

Closed eliasdaler closed 1 year ago

eliasdaler commented 1 year ago

Closes #272.

Allows to do stuff like this:

:AsyncRun -runner=floaterm -autoclose=1 cmake --build .

This allows floaterm to close automatically if build succeeds.

skywind3000 commented 1 year ago

thanks