m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-08 11:23:47 -05:00

Fix typos in the source code (#3048)

This commit is contained in:
Zhizhen He
2022-11-18 09:23:04 +08:00
committed by GitHub
parent 06b02ba46e
commit 2a54e3d770
2 changed files with 3 additions and 3 deletions

View File

@@ -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