preservim / vimux

easily interact with tmux from vim
MIT License
2.19k stars 158 forks source link

fix pane height parameters #217

Closed blob42 closed 4 months ago

blob42 commented 1 year ago

The plugin does not work at all for me using:

Without this patch the wrong height parameters are sent to tmux, which means no command works at all as the Runner does not open any pane.

This patch fixed the plugin for me.

I don't know if these are breaking changes in tmux so I leave the PR here in case someone needs it.