square / maximum-awesome

Config files for vim and tmux.
Other
5.71k stars 969 forks source link

Allow for `tmux` versions ending in "a" #267

Closed SalvatoreT closed 2 years ago

SalvatoreT commented 2 years ago

If the tmux version ends in "a", as it does today with version 3.3a, your ~/.tmux.conf will break and you will be sad.

I'm removing the check for version 2.4 because it shipped a while ago and allows me to remove the dependency on bc.

Here's where I figured this all out: https://github.com/tmux/tmux/issues/3219#issuecomment-1151776848