mirror of
https://github.com/jabirali/tmux-tilish.git
synced 2026-09-10 07:06:18 -04:00
Fix: Erroneous version detection.
This commit is contained in:
parent
34178f60e1
commit
73d2404cdc
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
# Check input parameters {{{
|
||||
# Whether we need to use legacy workarounds (required before tmux 2.7).
|
||||
legacy="$(tmux -V | grep -E 'tmux (1\.|2\.[0-6])' &>/dev/null && echo on)"
|
||||
legacy="$(tmux -V | grep -E 'tmux (1\.|2\.[0-6])')"
|
||||
|
||||
# Read user options.
|
||||
for opt in default dmenu easymode navigate navigator prefix shiftnum
|
||||
|
|
|
|||
Loading…
Reference in a new issue