Files
tmux/parser-test/test-configs/inline-if.tmux
2026-06-30 10:03:49 +01:00

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"