vimpostor / vim-tpipeline

Embed your vim statusline in tmux
GNU General Public License v3.0
369 stars 11 forks source link

Status line under a vertical split buffer #68

Open RizaHKhan opened 1 month ago

RizaHKhan commented 1 month ago

Describe the bug

The statusline should now only appear within the Tmux statusbar. However, there is now one under the buffer that is vertically split.

image

echo tpipeline#debug#info()

image

To reproduce

Vertically split a buffer

Expected behavior

Only one statusline is shown at bottom (with Tmux statusbar)

Terminal emulator

Neovim 10.2

Debug output

Please don't hate me, I couldn't seem to copy it so I pasted the output above in an image view.
RizaHKhan commented 1 month ago

What it should look like:

image

vimpostor commented 1 month ago

That's just the way that vim shows horizontal splits by default. See #19 for how to get rid of the statusline in horizontal split separators.