We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e6ede commit 174341bCopy full SHA for 174341b
1 file changed
src/libtmux/pane.py
@@ -677,7 +677,6 @@ def split(
677
678
pane_cmd = self.cmd("split-window", *tmux_args, target=target)
679
680
- # tmux < 1.7. This is added in 1.7.
681
if pane_cmd.stderr:
682
if "pane too small" in pane_cmd.stderr:
683
raise exc.LibTmuxException(pane_cmd.stderr)
0 commit comments