We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 648005d + 0780e4d commit d776f4eCopy full SHA for d776f4e
scripts/helpers.sh
@@ -174,7 +174,7 @@ clipboard_copy_command() {
174
}
175
176
# Cache the TMUX version for speed.
177
-tmux_version="$(tmux -V | cut -d ' ' -f 2)"
+tmux_version="$(tmux -V | cut -d ' ' -f 2 | sed 's/next-//')"
178
179
tmux_is_at_least() {
180
if [[ $tmux_version == "$1" ]] || [[ $tmux_version == master ]]; then
0 commit comments