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

fix: tab page restoration when `focus=0` & `reuse=1` #249

Closed JS-Zheng closed 2 years ago

JS-Zheng commented 2 years ago

Fix: #248

I use tabpagenr('#') to get the last accessed tab page number and then jump to it.

skywind3000 commented 2 years ago

thanks