Skip to content

Commit 5b09bd9

Browse files
authored
Merge pull request #46 from jonasw234/master
Same fix as in tmux-plugins/tmux-yank#142
2 parents a9d2971 + f817727 commit 5b09bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ get_engine() {
4848
tmux show-options -g | grep -i "^@open-$engine_var" | cut -d ' ' -f2 | xargs
4949
}
5050

51-
tmux_version="$(tmux -V | cut -d ' ' -f 2)"
51+
tmux_version="$(tmux -V | cut -d ' ' -f 2 | sed 's/next-//'))"
5252
tmux-is-at-least() {
5353
if [[ $tmux_version == $1 ]]
5454
then

0 commit comments

Comments
 (0)