voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

Title is missing when win type is 'split|vsplit'. #340

Closed Napoleon-Jm closed 2 years ago

Napoleon-Jm commented 2 years ago

RT,

When win type is set to split or vsplit, the float title is missing to show, that will confused when multi floaterm window opened.

adigitoleo commented 2 years ago

In this situation, the title is printed to the usual location, i.e. the status bar. See screenshot. Yes, it looks a lot more ugly, but this is because there is currently no upstream support for custom terminal buffer naming/URI scheme: https://github.com/neovim/neovim/issues/3278

image

voldikss commented 2 years ago

@adigitoleo is right, thanks for the explaination.