You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Vimux for running vim-test, which uses vimux to spawn a new pane when running tests.
I want to automatically close the forked vimux tab when exiting nvim, so i set VimuxCloseOnExit.
However, if i already closed the pane (sometimes during a session i close the pane myself), i get an error when exiting nvim:
Error detected while processing VimLeave Autocommands for "*"..function <SNR>43_autoclose[2]..VimuxCloseRunner[2]..VimuxTmux[8]..VimLeave Autocommands for "*"..function <SNR>43_autoclose[2]..VimuxCloseRunner[2]..VimuxTmux:
E605: Exception not caught: Tmux command failed with message:can't find pane: %15^@
Is there a way to ignore this error?
Can it be ignored by default? (i don't think this error is very useful when using VimuxCloseOnExit)
The text was updated successfully, but these errors were encountered:
I use Vimux for running vim-test, which uses vimux to spawn a new pane when running tests.
I want to automatically close the forked vimux tab when exiting nvim, so i set
VimuxCloseOnExit
.However, if i already closed the pane (sometimes during a session i close the pane myself), i get an error when exiting nvim:
Is there a way to ignore this error?
Can it be ignored by default? (i don't think this error is very useful when using VimuxCloseOnExit)
The text was updated successfully, but these errors were encountered: