Skip to content

Commit 14f588e

Browse files
authored
Merge branch 'master' into make-tmux-is-at-least-support-build-from-master
2 parents b32f951 + 1c50f31 commit 14f588e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/helpers.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ clipboard_copy_command() {
131131
fi
132132
}
133133

134+
# Cache the TMUX version for speed.
134135
tmux_version="$(tmux -V | cut -d ' ' -f 2)"
136+
135137
tmux_is_at_least() {
136138
if [[ $tmux_version == "$1" || $tmux_version == "master" ]]
137139
then

0 commit comments

Comments
 (0)