mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
4 lines
259 B
Bash
4 lines
259 B
Bash
# Inline %if form.
|
|
# Expected: inline true branch selected, then following command in same sequence is processed.
|
|
display-message "parser inline if: before" ; %if 1 display-message "parser inline if: branch" %endif ; display-message "parser inline if: after"
|