tig-explorer.vim
tig-explorer.vim copied to clipboard
hangs when suspended
If go into tig from vim, if I suspend the tig process with Ctrl-Z, everything hangs.
The only way to get out is to send SIGCONT to the tig process from the command line.
Thank you for bringing up the issue with tig-explorer.vim.
I haven't encountered this issue myself as I don't often use Ctrl-Z to suspend processes, but I'll try to replicate it on my end to see if I can provide any insight or a potential solution.
Looks like this is a Vim issue: https://github.com/vim/vim/issues/10369
It seems so.
I was also able to reproduce it with :!tig
and Ctrl-Z
.