Robert LeBlanc
2015-03-26 05:53:57 UTC
I'm trying to make my .tmux.conf work for both 1.8 and 1.9 while
depreciating the old syntax. I can't get 1.9 (from Debian) or 1.9a
(compiled from source) to work properly. I open a new tmux session and run:
if-shell "[[ `/usr/bin/tmux -V` = *1.9* ]]" "display-message 'Yes'"
"display-message 'No'"
I always get "No". If I open up tmux on CentOS7 with 1.8 and adjust the
line to test for 1.8, I get "Yes" as expected. I get "No" if I change it to
1.9. So it is working just fine in 1.8.
Any idea why it's not working on 1.9 for me?
Thank you,
Robert LeBlanc
depreciating the old syntax. I can't get 1.9 (from Debian) or 1.9a
(compiled from source) to work properly. I open a new tmux session and run:
if-shell "[[ `/usr/bin/tmux -V` = *1.9* ]]" "display-message 'Yes'"
"display-message 'No'"
I always get "No". If I open up tmux on CentOS7 with 1.8 and adjust the
line to test for 1.8, I get "Yes" as expected. I get "No" if I change it to
1.9. So it is working just fine in 1.8.
Any idea why it's not working on 1.9 for me?
Thank you,
Robert LeBlanc