mirror of
https://github.com/tmux/tmux.git
synced 2026-07-22 00:41:19 +00:00
b905039ed21b27ffea7416afd96cb04f02a441c2
1) add support for else if, so
#{?cond1,value1,#{?cond2,value2,else-value}} can be changed to
#{?cond1,value1,cond2,value2,else-value};
2) add default empty string if there's no else value, so
#{?cond1,value1,} can be changed to #{?cond1,value1}.
From David Mandelberg in GitHub issue 4451.
Description
tmux source code
Languages
C
76.8%
Shell
15%
Roff
6%
Yacc
1%
M4
0.6%
Other
0.5%