Commit 4d1f9c0
committed
test(options): Avoid % format expansion in control mode test
why: tmux control mode interprets % as format expansion, causing
"parse error: syntax error" when testing status-right with %H:%M.
what:
- Change test value from %H:%M to HH:MM for session_status_right
- Add comment explaining control mode format expansion issue1 parent 0786251 commit 4d1f9c0
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
930 | | - | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
931 | 936 | | |
932 | 937 | | |
933 | 938 | | |
| |||
0 commit comments