Skip to content

Commit

Permalink
Merge pull request #130 from lpy-neo/master
Browse files Browse the repository at this point in the history
fix bug about variable suggestion
  • Loading branch information
denisidoro authored Oct 15, 2019
2 parents 9de870a + 9c61f28 commit 6b1e382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ui::fzf() {
fi

local -r fzf_cmd="$([ $NAVI_ENV == "test" ] && echo "fzf_mock" || echo "fzf")"
"$fzf_cmd" "${args[@]:-}" --inline-info "$@"
"$fzf_cmd" ${args[@]:-} --inline-info "$@"
}

ui::select() {
Expand Down

0 comments on commit 6b1e382

Please sign in to comment.