diff options
| author | Zhizhen He <hezhizhen.yi@gmail.com> | 2022-11-18 09:23:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-18 10:23:04 +0900 |
| commit | 2a54e3d7705266bda3db16d2903ddc8c7eb370fc (patch) | |
| tree | a81d1a2b4053e66e8a79470f3d57505d5ecb4fbb /bin | |
| parent | 06b02ba46e384a23829e1164c35b9e672493d82c (diff) | |
| download | fzf-2a54e3d7705266bda3db16d2903ddc8c7eb370fc.tar.gz | |
Fix typos in the source code (#3048)
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/fzf-tmux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fzf-tmux b/bin/fzf-tmux index e461fd77..44c60515 100755 --- a/bin/fzf-tmux +++ b/bin/fzf-tmux @@ -180,8 +180,8 @@ trap 'cleanup' EXIT envs="export TERM=$TERM " if [[ "$opt" =~ "-E" ]]; then FZF_DEFAULT_OPTS="--margin 0,1 $FZF_DEFAULT_OPTS" - tmux_verson=$(tmux -V) - if [[ ! $tmux_verson =~ 3\.2 ]]; then + tmux_version=$(tmux -V) + if [[ ! $tmux_version =~ 3\.2 ]]; then FZF_DEFAULT_OPTS="--border $FZF_DEFAULT_OPTS" opt="-B $opt" fi |
