Skip to content

Commit 174341b

Browse files
committed
pane.py(docs): Remove outdated tmux version comment
why: Comment about tmux < 1.7 irrelevant with 3.2a minimum what: - Remove "tmux < 1.7. This is added in 1.7." comment from split()
1 parent 59e6ede commit 174341b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libtmux/pane.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ def split(
677677

678678
pane_cmd = self.cmd("split-window", *tmux_args, target=target)
679679

680-
# tmux < 1.7. This is added in 1.7.
681680
if pane_cmd.stderr:
682681
if "pane too small" in pane_cmd.stderr:
683682
raise exc.LibTmuxException(pane_cmd.stderr)

0 commit comments

Comments
 (0)