There's a bug when working with multiple tabs. If each tab has its own working directory using tcd and you call FloatermNew, it changes other tabs working directory to the current one.
Tried with a minimal setup and it still happens.
Expected behaviour
It should not change the current working directory of the other tabs.
Environment
If you are using neovim, just run
:checkhealth floaterm
and post the content below.Configurations related to vim-floaterm in vimrc(i.e.
g:floaterm_xxx
):Steps to reproduce
Using the minimal vimrc
Steps to reproduce the behavior:
Actual behaviour
There's a bug when working with multiple tabs. If each tab has its own working directory using
tcd
and you callFloatermNew
, it changes other tabs working directory to the current one.Tried with a minimal setup and it still happens.
Expected behaviour
It should not change the current working directory of the other tabs.
Screenshots(Optional, GIF is better)